MCPcopy
hub / github.com/caddyserver/caddy / ServeHTTP

Method ServeHTTP

modules/caddyhttp/caddyhttp.go:66–66  ·  view source on GitHub ↗
(http.ResponseWriter, *http.Request)

Source from the content-addressed store, hash-verified

64// if they are already HandlerError values.
65type Handler interface {
66 ServeHTTP(http.ResponseWriter, *http.Request) error
67}
68
69// HandlerFunc is a convenience type like http.HandlerFunc.

Callers 15

ServeHTTPMethod · 0.65
ServeHTTPMethod · 0.65
serveHTTPMethod · 0.65
enforcementHandlerMethod · 0.65
ServeHTTPMethod · 0.65
ServeHTTPMethod · 0.65
wrapRouteFunction · 0.65
wrapMiddlewareFunction · 0.65
TestMetricsHTTPSCatchAllFunction · 0.65

Calls

no outgoing calls