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/martianPackage martian provides an HTTP/1.1 proxy with an API for configurable request and response modifiers.
github.com/google/martian/fifoPackage fifo provides Group, which is a list of modifiers that are executed consecutively.
github.com/google/martian/harPackage har collects HTTP requests and responses and stores them in HAR format.
github.com/google/martian/httpspecPackage httpspec provides a modifier stack that has been preconfigured to provide spec-compliant HTTP proxy behavior.
github.com/google/martian/martianlogPackage martianlog provides a Martian modifier that logs the request and response.
github.com/google/martian/mitmPackage mitm provides tooling for MITMing TLS connections.
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.
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.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.