# Functions
BadRequest response.
InternalServerError response.
JSON sets the response as json.
NotFound response.
WithHeader add header to the response.
WithStatus define the response status code NOTE: need to be passed as the last argument because this function calls WriteHeader.
# Type aliases
WriterOption for modifying the response.