type net/http.Client
15 uses
net/http (current package)
client.go#L57: type Client struct {
client.go#L109: var DefaultClient = &Client{}
client.go#L174: func (c *Client) send(req *Request, deadline time.Time) (resp *Response, didTimeout func() bool, err error) {
client.go#L192: func (c *Client) deadline() time.Time {
client.go#L199: func (c *Client) transport() RoundTripper {
client.go#L482: func (c *Client) Get(url string) (resp *Response, err error) {
client.go#L500: func (c *Client) checkRedirect(req *Request, via []*Request) error {
client.go#L589: func (c *Client) Do(req *Request) (*Response, error) {
client.go#L595: func (c *Client) do(req *Request) (retres *Response, reterr error) {
client.go#L753: func (c *Client) makeHeadersCopier(ireq *Request) func(req *Request, stripSensitiveHeaders bool) {
client.go#L857: func (c *Client) Post(url, contentType string, body io.Reader) (resp *Response, err error) {
client.go#L900: func (c *Client) PostForm(url string, data url.Values) (resp *Response, err error) {
client.go#L934: func (c *Client) Head(url string) (resp *Response, err error) {
client.go#L949: func (c *Client) CloseIdleConnections() {
github.com/coinbase/cdp-sdk/go/openapi
client.gen.go#L497: client.Client = &http.Client{}
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |