Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/davyxu/cellnet
/ Match
Method
Match
peer/http/session.go:12–12 ·
view source on GitHub ↗
(method, url string)
Source
from the content-addressed store, hash-verified
10
11
type
RequestMatcher
interface
{
12
Match(method, url string) bool
13
}
14
type
RespondProc
interface
{
15
WriteRespond(*httpSession) error
Callers
2
TestPrintPage
Function · 0.65
TestHttp
Function · 0.65
Implementers
1
httpSession
peer/http/session.go
Calls
no outgoing calls
Tested by
2
TestPrintPage
Function · 0.52
TestHttp
Function · 0.52