# Functions
BadRequest writes the json encoded error message to the response with 400 bad request status code.
BadRequest writes the json encoded error message to the response with 400 bad request status code.
Conflict writes the json encoded error message to the response with 409 conflict status code.
CopyResponse writes a http response to the response by copying the header, status code and the body.
Error writes the json encoded error message to the response.
Forbidden writes the json encoded error message to the response with 403 forbidden error status code.
Forbiddenf writes the json encoded error message to the response with 403 forbidden error status code.
InternalError writes the json encoded error message to the response with 500 internal server error status code.
InternalError writes the json encoded error message to the response with 500 internal server error status code.
JSON writes the json-encoded data to the response with a given status code.
NotFound writes the json encoded error message to the response with 404 not found status code.
Unauthorized writes the json encoded error message to the response with 401 unauthorized error status code.
Unauthorized writes the json encoded error message to the response with 401 unauthorized error status code.
# Structs
No description provided by the author