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

Method MethodNotAllowed

chi.go:113–113  ·  view source on GitHub ↗

MethodNotAllowed defines a handler to respond whenever a method is not allowed.

(h http.HandlerFunc)

Source from the content-addressed store, hash-verified

111 // MethodNotAllowed defines a handler to respond whenever a method is
112 // not allowed.
113 MethodNotAllowed(h http.HandlerFunc)
114}
115
116// Routes interface adds two methods for router traversal, which is also

Callers 3

MethodNotAllowedMethod · 0.65
MountMethod · 0.65

Implementers 1

Muxmux.go

Calls

no outgoing calls

Tested by 1