http-body 0.2.0-alpha.2

Trait representing an asynchronous, streaming, HTTP request or response body.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 0.2.0-alpha.2 (October 1, 2019)

- Add `next` and `trailers` combinator methods.

# 0.2.0-alpha.1 (August 20, 2019)

- Update to use `Pin` in `poll_data` and `poll_trailers`.

# 0.1.0 (May 7, 2019)

- Initial release