google.golang.org/api/internal.DialSettings.HTTPClient (field)
13 uses
google.golang.org/api/internal (current package)
settings.go#L33: HTTPClient *http.Client
settings.go#L89: if ds.HTTPClient != nil && ds.GRPCConnPool != nil {
settings.go#L92: if ds.HTTPClient != nil && ds.GRPCConn != nil {
settings.go#L95: if ds.HTTPClient != nil && ds.GRPCDialOpts != nil {
settings.go#L98: if ds.HTTPClient != nil && ds.QuotaProject != "" {
settings.go#L101: if ds.HTTPClient != nil && ds.RequestReason != "" {
settings.go#L104: if ds.HTTPClient != nil && ds.ClientCertSource != nil {
google.golang.org/api/option
option.go#L115: o.HTTPClient = w.client
google.golang.org/api/transport/grpc
dial.go#L109: if o.HTTPClient != nil {
google.golang.org/api/transport/http
dial.go#L53: if settings.HTTPClient != nil {
dial.go#L54: return settings.HTTPClient, endpoint, nil
dial.go#L70: if settings.HTTPClient != nil {
dial.go#L245: if settings.HTTPClient != nil {
![]() |
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. |