# Functions

Accepted renders a 202 response with an empty body.
AcceptedEmpty renders a 202 with an empty JSON object.
BadRequest renders a 400 response with the provided body.
Forbidden renders a 403 response.
NoContent renders a 204 with an empty body.
NotFound renders a 404 response.
OK renders a 200 with the provided body.
Response writes a http response using the value passed in body as JSON.
ServerError renders a 500 response.
Unauthorized renders a 401 response.
UnprocessableEntity renders a 422 response with the provided body.