# Packages
Package gzip implements and registers the gzip compressor during the initialization.
# Functions
GetCompressor returns Compressor for the given compressor name.
RegisterCompressor registers the compressor with gRPC by its name.
# Constants
Identity specifies the optional encoding for uncompressed streams.
# Interfaces
Compressor is used for compressing and decompressing when sending or receiving messages.