MCPcopy
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
11type RequestMatcher interface {
12 Match(method, url string) bool
13}
14type RespondProc interface {
15 WriteRespond(*httpSession) error

Callers 2

TestPrintPageFunction · 0.65
TestHttpFunction · 0.65

Implementers 1

httpSessionpeer/http/session.go

Calls

no outgoing calls

Tested by 2

TestPrintPageFunction · 0.52
TestHttpFunction · 0.52