# Functions
CORS is middleware used to apply CORS settings.
Default provides a predefined chain of useful middleware.
DefaultWithSentry provides a predefined chain of useful middleware.
Logger is middleware used to add a logger to the context and log every request and their duration.
Minimal provides a predefined chain of useful middleware.
RateLimit is middleware used to rate limit requests by clients identified by IP.
Recover is middleware used to recover from a panic.
ShowErrors is middleware used to show errors.