package
0.0.0-20230423130316-c2add7fa8e01
Repository: https://github.com/alkurbatov/metrics-collector.git
Documentation: pkg.go.dev

# 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.