Request body getter
Last updated
Last updated
[io/http/utils/Request body getter]
Retrieves the 'body' component of an HTTP request. Example:
{"headers": {}, "body": "Hello"}@1 received via request
"Hello"@1 sent via body
Keywords: extract
request: {"body": any}
Receives an HTTP request that has a body.
body: {"body": any}["body"]
Sends the 'body' component of the received request.