Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
DisableProxyBuffering bool `json:"disable_proxy_buffering,omitempty"`
}
func (*Config) DescribeResponseMode ¶
func (c *Config) DescribeResponseMode() (base.ResponseModeDescriptor, error)
type Plugin ¶
type Plugin struct {
base.BasePlugin
// contains filtered or unexported fields
}
func (*Plugin) WrapStreamingResponse ¶
func (p *Plugin) WrapStreamingResponse(w http.ResponseWriter, _ *http.Request) (http.ResponseWriter, error)
Click to show internal directories.
Click to hide internal directories.