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/credentialsPackage credentials provides support for making OAuth2 authorized and authenticated HTTP requests to Google APIs.
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.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/googleapis/gax-go/v2/internallogPackage internallog in intended for internal use by generated clients only.
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttpPackage otelhttp provides an http.Handler and functions that are intended to be used to add tracing by wrapping existing handlers (with Handler) and routes WithRouteTag.
golang.org/x/net/http2Package http2 implements the HTTP/2 protocol.
log/slogPackage slog provides structured logging, in which log records include a message, a severity level, and various other attributes expressed as key-value pairs.
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.
osPackage os provides a platform-independent interface to operating system functionality.
timePackage time provides functionality for measuring and displaying time.