Documentation
¶
Index ¶
- type Config
- 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(_ *http.Request, state *base.ResponseState) error
- func (p *Plugin) RunHeaderFilter(_ *http.Request, state *base.ResponseState) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
BeforeBody string `json:"before_body,omitempty"`
Body *string `json:"body,omitempty"`
AfterBody string `json:"after_body,omitempty"`
Headers map[string]any `json:"headers,omitempty"`
// contains filtered or unexported fields
}
func (Config) DescribeBindingPhases ¶
func (p Config) DescribeBindingPhases() (base.BindingPhaseDescriptor, error)
DescribeBindingPhases selects header and body callbacks independently. Echo never owns a request stage.
func (*Config) UnmarshalJSON ¶
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 ¶
func (*Plugin) RunHeaderFilter ¶
Click to show internal directories.
Click to hide internal directories.