restReqBodyGetRaw (Function) |
Top Previous Next |
This function will copy a part the body contents from the request into the provided buffer.
Input: req : SYSHANDLE A handle to the request.
dst : PTR A pointer to the buffer to place the body content in.
start : DINT (default 0) The offset to start copying from, starting at 0.
size : DINT The maximum length to read, i.e. the size of the buffer.
Returns: DINT
Declaration: FUNCTION restReqBodyGetRaw : DINT;
Example: Please see the "Examples - REST Basic Authentication Example"
|