Skip to content

RequestDataString - cWebHttpHandler

Returns the body of the HTTP request as a string

Type: Function
Return Data Type: String

Syntax

Function RequestDataString Returns String

Call Example

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.

Return Value

The entire HTTP request.