Documentation
¶
Index ¶
- type Module
- func (m *Module) CaddyModule() caddy.ModuleInfo
- func (m *Module) Cleanup() error
- func (m *Module) Provision(ctx caddy.Context) (err error)
- func (m *Module) ServeHTTP(w http.ResponseWriter, r *http.Request, next caddyhttp.Handler) error
- func (m *Module) UnmarshalCaddyfile(d *caddyfile.Dispenser) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
func (*Module) CaddyModule ¶
func (m *Module) CaddyModule() caddy.ModuleInfo
Click to show internal directories.
Click to hide internal directories.