Skip to content

Http.Response

Name Mandatory 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 No The HTTP status code to return. 200 IntVar(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 StringVar(String)

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