Http.Response¶
Name | - | 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 |
The HTTP status code to return. | 200 |
Int Var(Int) |
|
Headers |
The headers to attach to this response. | none |
{String} Var({String}) |
|
ContentType |
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.