Versions in this module Expand all Collapse all v0 v0.1.0 Sep 29, 2024 Changes in this version + type Handler struct + Handler HandlerName + Request *HeaderOps + Response *RespHeaderOps + func (Handler) IAmAHandler() + type HandlerName string + func (HandlerName) MarshalJSON() ([]byte, error) + type HeaderOps struct + Add http.Header + Delete []string + Replace map[string][]Replacement + Set http.Header + type Replacement struct + Replace string + Search string + SearchRegexp string + type RespHeaderOps struct + Deferred bool + Require *kenginehttp.ResponseMatcher