package
2.85.0+incompatible
Repository: https://github.com/transcom/mymove.git
Documentation: pkg.go.dev
# Functions
ContextLogger returns a handler that injects the logger into the request context.
LimitBodySize is a middleware.
NoCache sets the Cache-Cotnrol header so this route is never cached by clients.
OpenAPITracing instruments a context with the path pattern for the request.
Recovery recovers from a panic within a handler.
RequestLogger returns a middleware that logs requests.
SecurityHeaders adds a set of standard security headers.
Trace returns a trace middleware that injects a unique trace id into every request.
# Interfaces
OpenAPIWithContext descripes an API that implements go-openapi Context method.