Versions in this module Expand all Collapse all v1 v1.0.1 May 22, 2024 v1.0.0 May 22, 2024 Changes in this version + func CompressBrotli(data []byte) (compressed []byte, contentEncoding string) + func CompressGzip(data []byte) (compressed []byte, contentEncoding string) + func DecompressGzip(data []byte) (decompressed []byte)