Documentation ¶
Overview ¶
Package handler a plugin to rewrite response body.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { LastModified bool `json:"lastModified" toml:"lastModified" yaml:"lastModified"` Placeholder string `json:"placeholder" toml:"placeholder" yaml:"placeholder" default:"DhcnhD3khTMePgXw"` NonceGenerator nonceGenerator `json:"-" toml:"-" yaml:"-"` LogLevel int8 `json:"logLevel" toml:"logLevel" yaml:"logLevel"` Monitoring httputil.MonitoringConfig `json:"monitoring" toml:"monitoring" yaml:"monitoring"` }
Config holds the plugin configuration.
Click to show internal directories.
Click to hide internal directories.