# Functions
CompressResponse is net/http middleware executing gzip compression is gzip is supported by client and response belongs to supported type.
DecompressRequest is net/http middleware extracting gzip-compressed requests.
NewCompressor creatse new Compressor instance.
Pack compresses bytes using gzip algorithm.
# Structs
A Compressor implements data compression using grip encoder.