MCPcopy
hub / github.com/go-chi/chi / HandleFunc

Method HandleFunc

chi.go:89–89  ·  view source on GitHub ↗
(pattern string, h http.HandlerFunc)

Source from the content-addressed store, hash-verified

87 // all HTTP methods.
88 Handle(pattern string, h http.Handler)
89 HandleFunc(pattern string, h http.HandlerFunc)
90
91 // Method and MethodFunc adds routes for `pattern` that matches
92 // the `method` HTTP method.

Callers 5

TestMuxBasicFunction · 0.95
mainFunction · 0.95
ProfilerFunction · 0.95

Implementers 1

Muxmux.go

Calls

no outgoing calls

Tested by 3

TestMuxBasicFunction · 0.76