Documentation
¶
Overview ¶
Package argsort provides a Caddy module that optionally lowercase and then sort the query arguments.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Argsort ¶
type Argsort struct { // Lowercase the query arguments before sorting them. Lowercase bool `json:"lowercase,omitempty"` }
Argsort sort the query arguments after optionally lowercasing them.
Syntax:
argsort [lowercase]
func (Argsort) CaddyModule ¶
func (Argsort) CaddyModule() caddy.ModuleInfo
CaddyModule returns the Caddy module information.
func (*Argsort) UnmarshalCaddyfile ¶
UnmarshalCaddyfile implements caddyfile.Unmarshaler. argsort [lower]
Click to show internal directories.
Click to hide internal directories.