pass-body Action
Last updated
Was this helpful?
Last updated
Was this helpful?
The pass-body
action sends the unmodified response body of a to the client. It prevents unnecessary copying which is especially useful when dealing with binary data.
request
(optional): Specifies which request body shall be passed, default main
.
mime
(optional): Sets the Content-Type
, default text/plain
.
status
(optional): Sets the HTTP response status code, see
.