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

Method Get

chi.go:99–99  ·  chi.go::Router.Get
(pattern string, h http.HandlerFunc)

Source from the content-addressed store, hash-verified

97 Connect(pattern string, h http.HandlerFunc)
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)

Callers 15

TestMuxBasicFunction · 0.95
TestMuxMountsFunction · 0.95
TestMuxPlainFunction · 0.95
TestMuxTrailingSlashFunction · 0.95
TestMuxNestedNotFoundFunction · 0.95
TestMethodNotAllowedFunction · 0.95
TestMuxWithFunction · 0.95
TestMuxMiddlewareStackFunction · 0.95
TestMuxRouteGroupsFunction · 0.95
TestMuxSubroutesBasicFunction · 0.95

Implementers 1

Muxmux.go

Calls

no outgoing calls

Tested by 15

TestMuxBasicFunction · 0.76
TestMuxMountsFunction · 0.76
TestMuxPlainFunction · 0.76
TestMuxTrailingSlashFunction · 0.76
TestMuxNestedNotFoundFunction · 0.76
TestMethodNotAllowedFunction · 0.76
TestMuxWithFunction · 0.76
TestMuxMiddlewareStackFunction · 0.76
TestMuxRouteGroupsFunction · 0.76
TestMuxSubroutesBasicFunction · 0.76