http icon indicating copy to clipboard operation
http copied to clipboard

Expose Bytes to the public API again

Open tesaguri opened this issue 3 years ago • 1 comments

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.

tesaguri avatar Dec 31 '20 21:12 tesaguri

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.

dekellum avatar Dec 31 '20 22:12 dekellum