MCPcopy Index your code
hub / github.com/DoNewsCode/core / Do

Method Do

clihttp/client.go:21–21  ·  view source on GitHub ↗
(req *http.Request)

Source from the content-addressed store, hash-verified

19// HttpDoer modules a upstream http client.
20type HttpDoer interface {
21 Do(req *http.Request) (*http.Response, error)
22}
23
24// Client is a http client that traces http requests.

Callers 8

MakeMethod · 0.65
UploadFromUrlMethod · 0.65
TestProvidersFunction · 0.65
DoMethod · 0.65
TestTracingFunction · 0.65
executeMethod · 0.65

Implementers 1

Clientclihttp/client.go

Calls

no outgoing calls

Tested by 2

TestProvidersFunction · 0.52
TestTracingFunction · 0.52