# Functions
NewContentLengthLimiter will abort all requests that have Content-Length size bigger than the one specified in config.
NewMetricsMiddleware returns a new instance of metricsMiddleware.
NewNativeAuth returns a new instance of nativeAuth.
NewNativeAuthWhitelistHandler returns a new instance of nativeAuthWhitelistHandler.
NewUserContext returns a new instance of userContext.
# Constants
UserAddressKey is the key of pair for the user address stored in the context map.
UserAgentKey is the key of pair for the user agent stored in the context map.
UserIpKey is the key of pair for the user ip stored in the context map.
# Variables
ErrContentLengthTooLarge signals the content length is too large.
ErrInvalidPath signals that the path is invalid.
ErrMalformedToken signals that a malformed token has been provided.
ErrUnknownContentLength signals that the content length is unknown.
# Structs
No description provided by the author