Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandleClose ¶
type HandleClose struct{}
HandleClose is able to close connections.
func (*HandleClose) CaddyModule ¶
func (*HandleClose) CaddyModule() caddy.ModuleInfo
CaddyModule returns the Caddy module information.
func (*HandleClose) Handle ¶
func (h *HandleClose) Handle(cx *layer4.Connection, _ layer4.Handler) error
Handle handles the connection.
func (*HandleClose) UnmarshalCaddyfile ¶
func (h *HandleClose) UnmarshalCaddyfile(d *caddyfile.Dispenser) error
UnmarshalCaddyfile sets up the HandleClose from Caddyfile tokens. Syntax:
close
Click to show internal directories.
Click to hide internal directories.