httpcompression
httpcompression copied to clipboard
Go middleware to compress HTTP responses with Gzip, Deflate, Brotli, Zstandard, XZ/LZMA2, LZ4, and more..
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0. Release notes Sourced from github.com/stretchr/testify's releases. v1.10.0 What's Changed Functional Changes Add PanicAssertionFunc by @fahimbagar in stretchr/testify#1337 assert: deprecate CompareType by @dolmen in stretchr/testify#1566...
Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.17.9 to 1.17.11. Release notes Sourced from github.com/klauspost/compress's releases. v1.17.11 What's Changed zstd: Fix extra CRC written with multiple Close calls by @klauspost in klauspost/compress#1017 s2: Don't...