Documentation
¶
Index ¶
- type AgentGatewayAdminHandler
- func (AgentGatewayAdminHandler) CaddyModule() caddy.ModuleInfo
- func (h *AgentGatewayAdminHandler) Provision(ctx caddy.Context) error
- func (h AgentGatewayAdminHandler) ServeHTTP(w http.ResponseWriter, r *http.Request, next caddyhttp.Handler) error
- func (h *AgentGatewayAdminHandler) UnmarshalCaddyfile(d *caddyfile.Dispenser) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentGatewayAdminHandler ¶
type AgentGatewayAdminHandler struct {
// contains filtered or unexported fields
}
AgentGatewayAdminHandler is the Caddy HTTP middleware for the agent gateway admin API.
func (AgentGatewayAdminHandler) CaddyModule ¶
func (AgentGatewayAdminHandler) CaddyModule() caddy.ModuleInfo
CaddyModule returns the Caddy module information.
func (*AgentGatewayAdminHandler) Provision ¶
func (h *AgentGatewayAdminHandler) Provision(ctx caddy.Context) error
Provision sets up the handler.
func (AgentGatewayAdminHandler) ServeHTTP ¶
func (h AgentGatewayAdminHandler) ServeHTTP(w http.ResponseWriter, r *http.Request, next caddyhttp.Handler) error
ServeHTTP implements caddyhttp.MiddlewareHandler.
func (*AgentGatewayAdminHandler) UnmarshalCaddyfile ¶
func (h *AgentGatewayAdminHandler) UnmarshalCaddyfile(d *caddyfile.Dispenser) error
UnmarshalCaddyfile implements caddyfile.Unmarshaler.
agent_gateway_admin
Click to show internal directories.
Click to hide internal directories.