HttpRequest.msg_body

Obtains the request message body (which may be empty). It may be incomplete if parse() did not yet reach the end of the request message or null if parse() did not yet reach the end of the request message header.

class HttpRequest
msg_body
()

Return Value

Type: cstring

request message body parsed so far or null if parse() did not yet reach the end of the request message header

Meta