Response splitter
[io/http/utils/Response splitter]
Splits a canonical HTTP response into its components: HTTP status, headers, and body.
Input ports
response:
`io/http/Response`
Receives the canonical HTTP response to be split.
Output ports
status:
`io/http/Response`["status"]
headers:
`io/http/Response`["headers"]
body:
`io/http/Response`["body"]
Last updated