MCPcopy Create free account
hub / github.com/PuerkitoBio/fetchbot / Handle

Method Handle

handler.go:23–23  ·  view source on GitHub ↗
(*Context, *http.Response, error)

Source from the content-addressed store, hash-verified

21// net/http.Handler interface.
22type Handler interface {
23 Handle(*Context, *http.Response, error)
24}
25
26// A HandlerFunc is a function signature that implements the Handler interface. A function

Callers 5

HandleMethod · 0.95
HandleMethod · 0.65
visitMethod · 0.65
stopHandlerFunction · 0.65
logHandlerFunction · 0.65

Implementers 2

spyHandlerfetch_test.go
Muxhandler.go

Calls

no outgoing calls

Tested by 1

HandleMethod · 0.52