Imports of package http

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
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.
github.com/openzipkin/zipkin-goPackage zipkin implements a native Zipkin instrumentation library for Go.
github.com/openzipkin/zipkin-go/middleware
github.com/openzipkin/zipkin-go/modelPackage model contains the Zipkin V2 model which is used by the Zipkin Go tracer implementation.
github.com/openzipkin/zipkin-go/propagation/b3Package b3 implements serialization and deserialization logic for Zipkin B3 Headers.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
logPackage log implements a simple logging package.
net/httpPackage http provides HTTP client and server implementations.
net/http/httptracePackage httptrace provides mechanisms to trace the events within HTTP client requests.
osPackage os provides a platform-independent interface to operating system functionality.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.