Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlushWriter ¶
FlushWriter is ...
type Handler ¶
type Handler struct { WebSocket bool `json:"websocket,omitempty"` Connect bool `json:"connect_method,omitempty"` Verbose bool `json:"verbose,omitempty"` // Upstream is ... Upstream app.Upstream `json:"-,omitempty"` // Proxy is ... Proxy app.Proxy `json:"-,omitempty"` // Logger is ... Logger *zap.Logger `json:"-,omitempty"` // Upgrader is ... Upgrader websocket.Upgrader `json:"-,omitempty"` }
Handler implements an HTTP handler that ...
func (Handler) CaddyModule ¶
func (Handler) CaddyModule() caddy.ModuleInfo
CaddyModule returns the Caddy module information.
Click to show internal directories.
Click to hide internal directories.