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

Method Head

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

Source from the content-addressed store, hash-verified

98 Delete(pattern string, h http.HandlerFunc)
99 Get(pattern string, h http.HandlerFunc)
100 Head(pattern string, h http.HandlerFunc)
101 Options(pattern string, h http.HandlerFunc)
102 Patch(pattern string, h http.HandlerFunc)
103 Post(pattern string, h http.HandlerFunc)

Callers 5

TestMuxBasicFunction · 0.95
TestMethodNotAllowedFunction · 0.95
TestMuxMatchFunction · 0.95
TestMuxFindFunction · 0.95
TestGetHeadFunction · 0.95

Implementers 1

Muxmux.go

Calls

no outgoing calls

Tested by 5

TestMuxBasicFunction · 0.76
TestMethodNotAllowedFunction · 0.76
TestMuxMatchFunction · 0.76
TestMuxFindFunction · 0.76
TestGetHeadFunction · 0.76