HTTP::BODY
1g 2023-11-08 laplante@plcb.ca GOWEB/HTTPtitle: “HTTP::BODY” author: “laplante@plcb.ca” date: 2023-11-08 version: “1.0.0” section: “1g”
http::body — Return the HTTP request body.
body([error: err])
The body
function returns the body of an HTTP request.
It is only available when GoWeb is running in server mode.
This function is typically used to access raw POST or PUT request payloads.
body()
Possible errors include:
body : invalid parameter
body : does not support any parameters
Error reading body