hyperium / http

Rust HTTP types
Apache License 2.0
1.12k stars 283 forks source link

Conversions between Bytes and HeaderValue #605

Closed mattfbacon closed 11 months ago

mattfbacon commented 1 year ago

These conversions would be useful because with the current implementation they can be zero-cost and Bytes is a very commonly used type in this domain.

tesaguri commented 11 months ago

This issue seems to be duplicate of #459.

mattfbacon commented 11 months ago

I think you are right.