MCPcopy Create free account
hub / github.com/ankorstore/yokai / Method

Method Method

fxhttpserver/register.go:87–89  ·  view source on GitHub ↗

Method returns the handler http method.

()

Source from the content-addressed store, hash-verified

85
86// Method returns the handler http method.
87func (h *HandlerRegistration) Method() string {
88 return h.method
89}
90
91// Path returns the handler http path.
92func (h *HandlerRegistration) Path() string {

Callers 1

TestHandlerRegistrationFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestHandlerRegistrationFunction · 0.76