# Functions
New wraps an upstream client and logs all requests made.
NewWithFilter wraps an upstream client and logs requests made according to the filter.
Wrap a client and logs all requests made.
WrapWithFilter wraps a client and logs requests made according to the filter.
# Structs
LoggingTransport is a http.RoundTripper with a pluggable logger.