Versions in this module Expand all Collapse all v0 v0.0.2 Sep 19, 2022 v0.0.1 Nov 26, 2019 Changes in this version + func New(opt ...Option) func(next http.Handler) http.Handler + type GetterFunc func(http.ResponseWriter, *http.Request) string + type Option func(*options) + func FormField(fieldName string) Option + func Getter(customFunc GetterFunc) Option + func Headers(headers ...string) Option + func Methods(methods ...string) Option + func Only(o ...Option) Option + func Query(paramName string) Option + func SaveOriginalMethod(requestContextKey interface{}) Option