Versions in this module Expand all Collapse all v0 v0.1.4 Aug 23, 2022 v0.1.3 Aug 23, 2022 Changes in this version + func New(ctx context.Context, next http.Handler, config *Config, name string) (http.Handler, error) + type Config struct + Message string + Methods []string + func CreateConfig() *Config + type MethodBlock struct + func (m *MethodBlock) ServeHTTP(rw http.ResponseWriter, req *http.Request)