Versions in this module Expand all Collapse all v2 v2.6.5 Jun 21, 2023 Changes in this version + type Handler struct + Defaults []string + Destinations []string + Mappings []Mapping + Source string + func (Handler) CaddyModule() caddy.ModuleInfo + func (h *Handler) Provision(_ caddy.Context) error + func (h *Handler) Validate() error + func (h Handler) ServeHTTP(w http.ResponseWriter, r *http.Request, next caddyhttp.Handler) error + type Mapping struct + Input string + InputRegexp string + Outputs []any