# Functions
SendJSONErrorResponse send error response with content-type application/json to the client and given status code.
SendJSONResponse send response with content-type application/json to the client and given status code.
SendRedirectResponse send redirect response with status code 307 and given location in header Location.
SendStatusCode send given status code to client.
SendTextResponse send response with content-type text/plain to the client and given status code.