package
2.0.0-beta.2+incompatible
Repository: https://github.com/cenwj/echo.git
Documentation: pkg.go.dev
# Functions
BasicAuth returns an HTTP basic auth middleware.
BasicAuthFromConfig returns an HTTP basic auth middleware from config.
Gzip returns a middleware which compresses HTTP response using gzip compression scheme.
GzipFromConfig return gzip middleware from config.
Logger returns a middleware that logs HTTP requests.
LoggerFromConfig returns a logger middleware from config.
Recover returns a middleware which recovers from panics anywhere in the chain and handles the control to the centralized HTTPErrorHandler.
RecoverFromConfig returns a recover middleware from config.
Static returns a static middleware to deliever static content from the provided root directory.
StaticFromConfig returns a static middleware from config.
# Variables
DefaultBasicAuthConfig is the default basic auth middleware config.
DefaultGzipConfig is the default gzip middleware config.
DefaultLoggerConfig is the default logger middleware config.
DefaultRecoverConfig is the default recover middleware config.
DefaultStaticConfig is the default static middleware config.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author