MCPcopy
hub / github.com/yusing/godoxy / AddRoute

Method AddRoute

internal/entrypoint/http_server.go:29–29  ·  view source on GitHub ↗
(route types.HTTPRoute)

Source from the content-addressed store, hash-verified

27type HTTPServer interface {
28 Listen(addr string, proto HTTPProto) error
29 AddRoute(route types.HTTPRoute)
30 DelRoute(route types.HTTPRoute)
31 FindRoute(s string) types.HTTPRoute
32 ServeHTTP(w http.ResponseWriter, r *http.Request)

Implementers 1

httpServerinternal/entrypoint/http_server.go

Calls

no outgoing calls