diff --git a/argsort.go b/argsort.go index 2f24fe1..8d3a975 100644 --- a/argsort.go +++ b/argsort.go @@ -17,7 +17,7 @@ func init() { httpcaddyfile.RegisterHandlerDirective("argsort", parseCaddyfile) } -// Middleware implements an HTTP handler that reorders the query arguments. +// Middleware implements an HTTP handler that reorders the query arguments..... type Middleware struct { Lowercase bool `json:"lowercase,omitempty"` }