http
http copied to clipboard
Any way to convert `HeaderValue` to `Bytes` without copying?
We have HeaderValue::from_maybe_shared to create HeaderValue from Bytes without copying, so what about the reverse?
There's no way to do that yet. See #459.