# Functions
NewHTTPError returns a new HTTPError.
WriteError writes an error to the response writer.
WriteResponse writes a response to the response writer.
# Interfaces
HTTPHandler is a HTTP handler descriptor containing the context path, method, and request handler.
# Type aliases
HTTPRequestHandler is an HTTP handler.