Imports of package httpcli

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
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.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/mesos/mesos-go/api/v1/libPackage mesos presents common v1 HTTP API message types in addition to extension APIs that aim to simplify use of the machine-generated code.
github.com/mesos/mesos-go/api/v1/lib/client
github.com/mesos/mesos-go/api/v1/lib/debug
github.com/mesos/mesos-go/api/v1/lib/encoding
github.com/mesos/mesos-go/api/v1/lib/encoding/codecs
github.com/mesos/mesos-go/api/v1/lib/encoding/framing
github.com/mesos/mesos-go/api/v1/lib/httpcli/apierrors
github.com/mesos/mesos-go/api/v1/lib/recordioPackage recordio implements the Mesos variant of RecordIO framing, whereby each record is prefixed by a line that indicates the length of the record in decimal ASCII.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
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.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.