Imports of package httptrace

PathSynopsis
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.
go.opentelemetry.io/otel/api/core
go.opentelemetry.io/otel/api/key
go.opentelemetry.io/otel/api/trace
go.opentelemetry.io/otel/global
go.opentelemetry.io/otel/propagationPackage propagation contains OpenTelemetry context propagators.
google.golang.org/grpc/codesPackage codes defines the canonical error codes used by gRPC.
net/httpPackage http provides HTTP client and server implementations.
net/http/httptracePackage httptrace provides mechanisms to trace the events within HTTP client requests.
net/textprotoPackage textproto implements generic support for text-based request/response protocols in the style of HTTP, NNTP, and SMTP.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.