End (Return HTTP Response)
Returns an HTTP response at the end of an HTTP Request flow.
Note: This component can only be used as the last component in a flow.
Inputs
Status Code
The HTTP status code of the response.
Content Type
The Content-Type
of the response.
The available options include:
application/json
text/plain
text/html
application/pdf
image/png
application/octet-stream
Headers
Additional HTTP headers to include with the response.
Name
The name of the HTTP header.
Value
The value of the HTTP header.
Body
The body of the response.
Updated 8 months ago