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

Method Post

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

Source from the content-addressed store, hash-verified

101 Options(pattern string, h http.HandlerFunc)
102 Patch(pattern string, h http.HandlerFunc)
103 Post(pattern string, h http.HandlerFunc)
104 Put(pattern string, h http.HandlerFunc)
105 Trace(pattern string, h http.HandlerFunc)
106

Callers 10

TestMuxBasicFunction · 0.95
TestMuxFindFunction · 0.95
BenchmarkMuxFunction · 0.95
RoutesMethod · 0.95
RoutesMethod · 0.95
mainFunction · 0.95
mainFunction · 0.95
TestContentTypeFunction · 0.95

Implementers 1

Muxmux.go

Calls

no outgoing calls

Tested by 6

TestMuxBasicFunction · 0.76
TestMuxFindFunction · 0.76
BenchmarkMuxFunction · 0.76
TestContentTypeFunction · 0.76