MCPcopy Index your code
hub / github.com/cloudflare/cfssl / Handler

Interface Handler

api/api.go:14–16  ·  view source on GitHub ↗

Handler is an interface providing a generic mechanism for handling HTTP requests.

Source from the content-addressed store, hash-verified

12
13// Handler is an interface providing a generic mechanism for handling HTTP requests.
14type Handler interface {
15 Handle(w http.ResponseWriter, r *http.Request) error
16}
17
18// HTTPHandler is a wrapper that encapsulates Handler interface as http.Handler.
19// HTTPHandler also enforces that the Handler only responds to requests with registered HTTP methods.

Callers 8

mainFunction · 0.65
newTestSignServerFunction · 0.65
newTestInfoServerFunction · 0.65
newTestServerFunction · 0.65
registerHandlersFunction · 0.65
ocspServerMainFunction · 0.65
mainFunction · 0.65
ServeHTTPMethod · 0.65

Implementers 12

Handlerapi/signhandler/signhandler.go
AuthHandlerapi/signhandler/signhandler.go
Handlerapi/generator/generator.go
CertGeneratorHandlerapi/generator/generator.go
Handlerapi/crl/crl.go
Handlerapi/revoke/revoke.go
Handlerapi/certinfo/certinfo.go
Handlerapi/ocsp/ocspsign.go
Handlerapi/bundle/bundle.go
Handlerapi/certadd/insert.go
Handlerapi/info/info.go
MultiHandlerapi/info/info.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…