var net/http.DefaultClient
12 uses
net/http (current package)
client.go#L109: var DefaultClient = &Client{}
client.go#L446: return DefaultClient.Get(url)
client.go#L825: return DefaultClient.Post(url, contentType, body)
client.go#L862: return DefaultClient.PostForm(url, data)
client.go#L892: return DefaultClient.Head(url)
github.com/aws/aws-sdk-go/aws/defaults
defaults.go#L59: WithHTTPClient(http.DefaultClient).
github.com/go-git/go-git/v5/plumbing/transport/http
common.go#L92: return &client{http.DefaultClient}
golang.org/x/net/context/ctxhttp
ctxhttp.go#L25: client = http.DefaultClient
golang.org/x/oauth2/internal
transport.go#L32: return http.DefaultClient
google.golang.org/api/idtoken
validate.go#L32: defaultValidator = &Validator{client: newCachingClient(http.DefaultClient)}
google.golang.org/api/internal/gensupport
send.go#L66: client = http.DefaultClient
send.go#L116: client = http.DefaultClient
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |