Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorescuserban committed Jun 12, 2024
1 parent bc096b8 commit da98b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argsort.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}
Expand Down

0 comments on commit da98b07

Please sign in to comment.