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

Method Do

fetch.go:55–55  ·  view source on GitHub ↗
(*http.Request)

Source from the content-addressed store, hash-verified

53// The net/*http.Client type satisfies this interface.
54type Doer interface {
55 Do(*http.Request) (*http.Response, error)
56}
57
58// A Fetcher defines the parameters for running a web crawler.

Callers 1

doRequestMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected