bytes | Package bytes implements functions for the manipulation of byte slices. |
crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
crypto/x509 | Package x509 implements a subset of the X.509 standard. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/google/martian/v3 | Package martian provides an HTTP/1.1 proxy with an API for configurable request and response modifiers. |
github.com/google/martian/v3/fifo | Package fifo provides Group, which is a list of modifiers that are executed consecutively. |
github.com/google/martian/v3/httpspec | Package httpspec provides a modifier stack that has been preconfigured to provide spec-compliant HTTP proxy behavior. |
github.com/google/martian/v3/martianlog | Package martianlog provides a Martian modifier that logs the request and response. |
github.com/google/martian/v3/mitm | Package mitm provides tooling for MITMing TLS connections. |
io | Package io provides basic interfaces to I/O primitives. |
log | Package log implements a simple logging package. |
mime | Package mime implements parts of the MIME spec. |
mime/multipart | Package multipart implements MIME multipart parsing, as defined in RFC 2046. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/http | Package http provides HTTP client and server implementations. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
regexp | Package regexp implements regular expression search. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |