The entire HTTP request.
Function RequestDataString Returns String
Call: | Get RequestDataString to StringVariable |
This function returns the body of the HTTP request as a string.
Note that if RequestDataUChar has been called to query a partial request, this function will only return the remaining request body.
This function only works once per request.