# Functions
BasicAuth is a middleware that checks if the user is authenticated.
No description provided by the author
CSRF is a middleware that checks if the CSRF token is valid.
Logger is a middleware that logs the request and response headers.
ProxyGuard is a middleware that checks if the request is allowed.
Rate is a middleware that limits the request rate.
Recover is a middleware that recovers from panics.
Session is a middleware that manages the session.