# Functions
GenerateStreamClientInterceptor creates an interceptor function that will log grpc streaming calls.
GenerateUnaryClientInterceptor creates an interceptor function that will log unary grpc calls.
Gzip represents a middleware handler to support gzip compression.
Log is a middleware that logs each request.
# Structs
LoggingClient is an http.Client that logs *outoing* REST requests.
LoggingClientStream implements a GRPC client stream that logs output.