Skip to content

Http.Response

Name - Description Default Type
<input> The input string or byte array will be used directly as the body of the response. StringBytes
<output> Outputs the input value, passed through unchanged. StringBytes
Status The HTTP status code to return. 200 Int
Headers The headers to attach to this response. none {String}Var({String})

This shard sends an HTTP response to the client after receiving an HTTP request.