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"` Rewrites []Rewrite `json:"rewrites" toml:"rewrites" yaml:"rewrites"` 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.