Versions in this module Expand all Collapse all v0 v0.0.2 Oct 20, 2022 Changes in this version + func AddRequestID(h http.Handler) http.Handler + func Apply(handler http.Handler, middlewares ...Middleware) http.Handler + func GetRequestID(ctx context.Context) (int, error) + func SupportCORS(f http.Handler) http.Handler + type CookieJWTOptions struct + AuthHeader string + AuthScheme string + CookieName string + SecureCookie *securecookie.SecureCookie + type Middleware func(http.Handler) http.Handler + func CookieToJWTMiddleware(opt *CookieJWTOptions) Middleware