#http #content-encoding #async

http-encoding

compression for http crate type

2 unstable releases

0.2.0 Jan 19, 2024
0.1.0 Dec 29, 2023

#355 in Compression


Used in xitca-web

Apache-2.0

25KB
620 lines

a compression crate for http type.

Requirement

  • Rust 1.75
  • http and futures for http types and async streaming interaction[^1]

[^1]: see project Cargo.toml for dependency versioning.


lib.rs:

Content-Encoding support on top of http crate

Dependencies

~0.6–1MB
~16K SLoC