MCPcopy Create free account
hub / github.com/donutloop/mux / Router

Struct Router

router.go:33–50  ·  view source on GitHub ↗

Router registers routes to be matched and dispatches a handler. It implements the http.Handler interface, so it can be registered to serve requests: var router = mux.NewRouter() func main() { http.Handle("/", router) } This will send all incoming requests to the router.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected