# Functions
BasicAuth returns a HTTP basic authentication middleware.
Gzip returns a middleware which compresses HTTP response using gzip compression scheme.
Logger returns a Middleware that logs requests.
Recover returns a middleware which recovers from panics anywhere in the chain and handles the control to the centralized HTTPErrorHandler.
# Constants
Basic is the authentication scheme implemented by the middleware.
# Type aliases
No description provided by the author