package http
Import Path
google.golang.org/api/transport/http (on go.dev)
Dependency Relation
imports 16 packages, and imported by 4 packages
Involved Source Files
default_transport_go113.go
Package http supports network connections to HTTP servers.
This package is not intended for use by end developers. Use the
google.golang.org/api/option package to configure API clients.
Package-Level Type Names (only one, which is unexported)
Package-Level Functions (total 12, in which 2 are exported)
NewClient returns an HTTP client for use communicating with a Google cloud
service, configured with the given ClientOptions. It also returns the endpoint
for the service as specified in the options.
NewTransport creates an http.RoundTripper for use communicating with a Google
cloud service, configured with the given ClientOptions. Its RoundTrip method delegates to base.
Package-Level Variables (only one, which is unexported)
Package-Level Constants (total 3, none are exported)
![]() |
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. |