http
http copied to clipboard
Expose Bytes to the public API again
http
is using the stable version of bytes
crate now (#457) so I guess #369 can be reverted, except for the addition of from_maybe_shared
constructors until http
v0.3 or v1.0.
What would be the motivation or advantage to reverting all or part of #369? I mean, 4ce5e6a was released in 0.2.0-0.2.3, so such would be a visible change in 0.2.4 (if such a patch release is ever even made). I find in general, that its a strength that dependencies that don't need to be public, are kept private.