restReqBodySize (Function) |
Top Previous Next |
This function will return the size of the body content in the request.
Input: req : SYSHANDLE A handle to the request.
Returns: DINT
Declaration: FUNCTION restReqBodySize : DINT;
Example: Please see the "Examples - REST Basic Authentication Example"
|