RequestDataString - cWebHttpHandler

Returns the body of the HTTP request as a string

Type: Function

Return Data Type: String

Parameters: None

Return Value

The entire HTTP request.


Syntax
Function RequestDataString Returns String

Call: Get RequestDataString to StringVariable


Description

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.