Imports of package proxy

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.
crypto/x509Package x509 implements a subset of the X.509 standard.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/google/martian/v3Package martian provides an HTTP/1.1 proxy with an API for configurable request and response modifiers.
github.com/google/martian/v3/fifoPackage fifo provides Group, which is a list of modifiers that are executed consecutively.
github.com/google/martian/v3/httpspecPackage httpspec provides a modifier stack that has been preconfigured to provide spec-compliant HTTP proxy behavior.
github.com/google/martian/v3/martianlogPackage martianlog provides a Martian modifier that logs the request and response.
github.com/google/martian/v3/mitmPackage mitm provides tooling for MITMing TLS connections.
ioPackage io provides basic interfaces to I/O primitives.
logPackage log implements a simple logging package.
mimePackage mime implements parts of the MIME spec.
mime/multipartPackage multipart implements MIME multipart parsing, as defined in RFC 2046.
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.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
regexpPackage regexp implements regular expression search.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.