Imports of package httptransport

PathSynopsis
cloud.google.com/go/authPackage auth provides utilities for managing Google Cloud credentials, including functionality for creating, caching, and refreshing OAuth2 tokens.
cloud.google.com/go/auth/detect
cloud.google.com/go/auth/internal
cloud.google.com/go/auth/internal/transportPackage transport provided internal helpers for the two transport packages (grpctransport and httptransport).
cloud.google.com/go/auth/internal/transport/cert
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
encoding/hexPackage hex implements hexadecimal encoding and decoding.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
go.opencensus.io/plugin/ochttpPackage ochttp provides OpenCensus instrumentation for net/http package.
go.opencensus.io/tracePackage trace contains support for OpenCensus distributed tracing.
go.opencensus.io/trace/propagationPackage propagation implements the binary trace context format.
golang.org/x/net/http2Package http2 implements the HTTP/2 protocol.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.