Versions in this module Expand all Collapse all v2 v2.1.2 Mar 10, 2022 v2.1.1 Mar 10, 2022 Changes in this version + const AllowAllHeaders + const AllowAllMethods + const AllowAllOrigins + const AllowHeaderAccept + const AllowHeaderAcceptEncoding + const AllowHeaderAuthorization + const AllowHeaderCSRF + const AllowHeaderContentLength + const AllowHeaderContentType + func AccessControl(allowOrigin, allowMethods, allowHeaders string) mux.MiddlewareFunc + func Allow(next http.HandlerFunc, allowedMethod string) http.HandlerFunc + func CaptureAuth(next http.HandlerFunc, logger *logrus.Entry, ...) http.HandlerFunc + func CaptureIP() mux.MiddlewareFunc + func RequestLogger(logger *logrus.Entry) mux.MiddlewareFunc