[][src]Crate http_body

Asynchronous HTTP request or response body.

See Body for more details.

Structs

Data

Future that resolves to the next data chunk from Body

SizeHint

A Body size hint

Trailers

Future that resolves to the optional trailers from Body

Traits

Body

Trait representing a streaming body of a Request or Response.