# Functions

NewHTTPError returns a new HTTPError.
WriteError writes an error to the response writer.
WriteResponse writes a response to the response writer.

# Structs

HTTPError holds an error and an HTTP status code.

# Interfaces

HTTPHandler is a HTTP handler descriptor containing the context path, method, and request handler.

# Type aliases

HTTPRequestHandler is an HTTP handler.