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

Method ServeHTTP

admin.go:1361–1361  ·  admin.go::AdminHandler.ServeHTTP
(http.ResponseWriter, *http.Request)

Source from the content-addressed store, hash-verified

1359// handling.
1360type AdminHandler interface {
1361 ServeHTTP(http.ResponseWriter, *http.Request) error
1362}
1363
1364// AdminHandlerFunc is a convenience type like http.HandlerFunc.

Callers 5

instrumentHandlerCounterFunction · 0.65
newAdminHandlerMethod · 0.65
serveHTTPMethod · 0.65

Implementers 15

adminHandleradmin.go
Handlermodules/caddypki/acmeserver/acmeserver
Servermodules/caddyhttp/server.go
StaticResponsemodules/caddyhttp/staticresp.go
Subroutemodules/caddyhttp/subroute.go
metricsInstrumentedRoutemodules/caddyhttp/metrics.go
StaticErrormodules/caddyhttp/staticerror.go
Invokemodules/caddyhttp/invoke.go
Rewritemodules/caddyhttp/rewrite/rewrite.go
Interceptmodules/caddyhttp/intercept/intercept.
Encodemodules/caddyhttp/encode/encode.go
LogAppendmodules/caddyhttp/logging/logappend.go

Calls

no outgoing calls