# Functions
AccessLoggerWithConfig returns a Logger middleware with config.
MethodNotAllowedAndRouteNotFound middleware will reply HTTP 405 if a wrong method been called for an API route.
ServerHeader middleware adds a `Server` header to the response.
Tracer attach a root sentry span context to the request.
# Variables
DefaultLoggerConfig is the default Logger middleware config.
# Structs
No description provided by the author