Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eagr/qpack

QPACK in Rust
https://github.com/eagr/qpack

Last synced: 8 days ago
JSON representation

QPACK in Rust

Awesome Lists containing this project

README

        

# qpack

[QPACK](https://www.rfc-editor.org/rfc/rfc9204), HTTP/3 field compression in Rust

## Features

* [x] Huffman coding for field line literals
* [x] static table indexing
* [ ] dynamic table indexing

## License

Licensed under either [MIT](/LICENSE-MIT) or [Apache License 2.0](/LICENSE-APACHE) at you option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in
this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without
any additional terms or conditions.