MCPcopy Create free account
hub / github.com/devfeel/dotweb / ServeHTTP

Method ServeHTTP

router.go:59–59  ·  view source on GitHub ↗
(ctx Context)

Source from the content-addressed store, hash-verified

57 // Router is the interface that wraps the router method.
58 Router interface {
59 ServeHTTP(ctx Context)
60 ServerFile(path string, fileRoot string) RouterNode
61 RegisterServerFile(routeMethod string, path string, fileRoot string, excludeExtension []string) RouterNode
62 GET(path string, handle HttpHandle) RouterNode

Callers 3

ServeHTTPMethod · 0.65

Implementers 1

routerrouter.go

Calls

no outgoing calls

Tested by 1