Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
110
func
(c *Client) StandardDo(req *http.Request) (*http.Response, error) {
111
return
c.standardClient.Do(req)
112
}
113
114
func
(c *Client) Do(req *Request) (*Response, error) {
115
if
c.fastClient != nil {
Callers
1
Do
Method · 0.95
Calls
1
Do
Method · 0.80
Tested by
no test coverage detected