# README
httperr
Go support for HTTP error codes
# Functions
HTTPStatus gets the corresponding HTTP status.
New creates a new error convertible into an HTTP error.
Wrap wraps an error into one convertible into an HTTP error.
# Structs
HTTPErrorEnvelope is an error convertible into an HTTP error.
# Interfaces
HTTPError is an error convertible into an HTTP error.