Documentation
¶
Index ¶
- type Config
- type ErrorPage
- type Metadata
- type Plugin
- func (p *Plugin) AppliesToResponseSource(source apisixctx.ResponseSource) bool
- func (p *Plugin) Config() any
- func (p *Plugin) Handler(next http.Handler) http.Handler
- func (p *Plugin) Init() error
- func (p *Plugin) PostInit() error
- func (p *Plugin) RunBufferedBodyFilter(r *http.Request, state *base.ResponseState) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct {
base.BasePlugin
// contains filtered or unexported fields
}
func (*Plugin) AppliesToResponseSource ¶
func (p *Plugin) AppliesToResponseSource(source apisixctx.ResponseSource) bool
func (*Plugin) RunBufferedBodyFilter ¶
Click to show internal directories.
Click to hide internal directories.