зеркало из https://github.com/mozilla/gecko-dev.git
547 B
547 B
0.3.1 (December 13, 2019)
- Implement
Body
forhttp::Request<impl Body>
andhttp::Response<impl Body>
.
0.3.0 (December 4, 2019)
- Rename
next
combinator todata
.
0.2.0 (December 3, 2019)
- Update
http
to v0.2. - Update
bytes
to v0.5.
0.2.0-alpha.3 (October 1, 2019)
- Fix
Body
to be object-safe.
0.2.0-alpha.2 (October 1, 2019)
- Add
next
andtrailers
combinator methods.
0.2.0-alpha.1 (August 20, 2019)
- Update to use
Pin
inpoll_data
andpoll_trailers
.
0.1.0 (May 7, 2019)
- Initial release