restReqBodyGetString (Function) |
Top Previous Next |
This function will read a the body contents of a request as a string.
Input: req : SYSHANDLE A handle to the request.
Output: str : STRING The body content of the request as a string.
Returns: INT
Declaration: FUNCTION restReqBodyGetString : INT;
Example: Please see the "Examples - REST Example"
|