MCPcopy Create free account
hub / github.com/chainreactors/spray / StandardDo

Method StandardDo

core/ihttp/client.go:110–112  ·  view source on GitHub ↗
(req *http.Request)

Source from the content-addressed store, hash-verified

108}
109
110func (c *Client) StandardDo(req *http.Request) (*http.Response, error) {
111 return c.standardClient.Do(req)
112}
113
114func (c *Client) Do(req *Request) (*Response, error) {
115 if c.fastClient != nil {

Callers 1

DoMethod · 0.95

Calls 1

DoMethod · 0.80

Tested by

no test coverage detected