MCPcopy
hub / github.com/cortesi/devd / Handler

Method Handler

route.go:22–22  ·  view source on GitHub ↗
(prefix string, templates *template.Template, ci inject.CopyInject)

Source from the content-addressed store, hash-verified

20// forwarding to another URL
21type endpoint interface {
22 Handler(prefix string, templates *template.Template, ci inject.CopyInject) httpctx.Handler
23 String() string
24}
25

Callers 5

RouterMethod · 0.65
TestForwardEndpointFunction · 0.65
TestRouteHandlerFunction · 0.65
TestDevdRouteHandlerFunction · 0.65
notFoundMethod · 0.65

Implementers 1

Calls

no outgoing calls

Tested by 3

TestForwardEndpointFunction · 0.52
TestRouteHandlerFunction · 0.52
TestDevdRouteHandlerFunction · 0.52