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

Method Put

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

Source from the content-addressed store, hash-verified

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
107 // NotFound defines a handler to respond whenever a route could

Callers 6

RoutesMethod · 0.95
RoutesMethod · 0.95
mainFunction · 0.95
mainFunction · 0.95
ServeHTTPMethod · 0.65
selectEncoderMethod · 0.65

Implementers 1

Muxmux.go

Calls

no outgoing calls

Tested by

no test coverage detected