# Packages
No description provided by the author
Package httpmetrics provides middleware for collecting metrics about http servers.
# Functions
ACMEValidationMiddleware implements the HTTP01 based redirect protocol specific to heroku ACM.
CORS adds Cross-Origin Resource Sharing headers to all outgoing requests.
DisableKeepalive instructs the Go HTTP stack to close the incoming HTTP connection once all requests processed by this middleware are complete.
EnsureTLS ensures all incoming requests identify as having been proxied via https from the upstream reverse proxy.
PostRequestLogger is a middleware for the github.com/sirupsen/logrus to log requests.
PreRequestLogger is a middleware for the github.com/sirupsen/logrus to log requests.
No description provided by the author
Tags provides a middleware function for seeding the context with a per-request tags that are eventually retrieved and logged by the StructuredLogger.
# Structs
StructuredLogger implements the LogFormatter interface from Chi.
StructuredLoggerEntry implements the LogEntry interface from Chi.