hyperium / h2

HTTP 2.0 client & server implementation for Rust.
MIT License
1.36k stars 272 forks source link

Made mod hpack public as unstable feature. Allows using only the parsing part of h2 on an existing http2 message. #643

Open thesw4rm opened 1 year ago

LucioFranco commented 1 year ago

I mean would it just make sense to make it its own crate?

thesw4rm commented 1 year ago

Is hyperium fine with that kind of architectural change?

I can throw in examples of how to parse byte array into a http2 frame into all relevant docs.

I kept it as unstable feature for now in case there are any issues.