package
0.102.7
Repository: https://github.com/issue9/web.git
Documentation: pkg.go.dev

# Functions

NewBrotli 声明基于 [br] 的压缩算法 [br]: https://www.rfc-editor.org/rfc/rfc7932.html.
NewDeflate 声明基于 deflate 的压缩算法.
NewGzip 声明基于 gzip 的压缩算法.
NewLZW 声明基于 lzw 的压缩算法 NOTE: 在 http 报头中名称为 compress 或是 x-compress.
NewZstd 声明基于 [zstd] 的压缩算法 NOTE: 请注意[浏览器支持情况] [浏览器支持情况]: https://caniuse.com/zstd [zstd]: https://www.rfc-editor.org/rfc/rfc8878.html.

# Interfaces

No description provided by the author