Method
ServeHTTP
admin.go:1361–1361
· admin.go::AdminHandler.ServeHTTP
(http.ResponseWriter, *http.Request)
Source from the content-addressed store, hash-verified
| 1359 | // handling. |
| 1360 | type AdminHandler interface { |
| 1361 | ServeHTTP(http.ResponseWriter, *http.Request) error |
| 1362 | } |
| 1363 | |
| 1364 | // AdminHandlerFunc is a convenience type like http.HandlerFunc. |
Implementers 15
Handlermodules/caddypki/acmeserver/acmeserver Servermodules/caddyhttp/server.go Invokemodules/caddyhttp/invoke.go Rewritemodules/caddyhttp/rewrite/rewrite.go Interceptmodules/caddyhttp/intercept/intercept. Encodemodules/caddyhttp/encode/encode.go LogAppendmodules/caddyhttp/logging/logappend.go