# Packages
No description provided by the author
# Functions
Error responses error message and set the http status code 500.
Forbidden() returns permission denied response.
NoContent responses with empty content and set the http status code 204.
NotFound responses resource not found.
OK responses with content and set the http status code 200.
Redirect returns an HTTP redirect to the specific location.