HTTP::BODY 1g 2023-11-08 laplante@plcb.ca GOWEB/HTTP


title: “HTTP::BODY” author: “laplante@plcb.ca” date: 2023-11-08 version: “1.0.0” section: “1g”

category: “GOWEB/HTTP”

HTTP::BODY

Name

http::body — Return the HTTP request body.

Synopsis

body([error: err])

Description

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.

Examples

body()

Errors

Possible errors include:

See also

Version