hyperium / http

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

Implement From<PathAndQuery> for Bytes #623

Open WhyNotHugo opened 10 months ago

WhyNotHugo commented 10 months ago

This allows getting a Bytes instance from a PathAndQuery without any copying.

tesaguri commented 10 months ago

This is a subset of #470.

WhyNotHugo commented 10 months ago

Indeed, #470 seems to include this along with many other changes.

I'll leave this open for now; at least until there's some feedback for #470.