Request body getter

[io/http/utils/Request body getter]


Retrieves the 'body' component of an HTTP request. Example:

  1. {"headers": {}, "body": "Hello"}@1 received via request

  2. "Hello"@1 sent via body


Keywords: extract

Input ports

  • request: {"body": any}

    Receives an HTTP request that has a body.

Output ports

  • body: {"body": any}["body"]

    Sends the 'body' component of the received request.

Last updated