Http.Response¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The input string or byte array will be used directly as the body of the response. | String Bytes |
||
Output ➡️ |
Outputs the input value, passed through unchanged. | String Bytes |
||
Status |
No | The HTTP status code to return. | 200 |
Int Var(Int) |
Headers |
No | The headers to attach to this response. | none |
{String} Var({String}) None |
ContentType |
No | The content type of the response. | application/json |
String Var(String) |
This shard sends an HTTP response to the client after receiving an HTTP request.