GetRequestBody (open)
Get the full undecoded request body
Syntax
LOADLIB "mod::system/lib/webserver.whlib";
BLOB FUNCTION GetRequestBody()
Return value
BLOB
The request body as a blob
Description
This function gets the full request body, if the body was not a form submission body.