# Constants
No description provided by the author
# Interfaces
Middleware is an http.Handler that knows how to wrap another http.Handler as in a middleware chain.
# Type aliases
Func is the function type returned from New for use as an http middleware.