Module fire_http_representation::bytes_stream[][src]

Structs

MoreBytes

A structure that holds multiple Bytes.

SizeLimitReached

The error type that is returned when the size limit is reached.

StreamHttpBody

A wrapper around BytesStream implementing http_body::Body.

Traits

BytesStream

A stream that returns Bytes.

BytesStreamExt

An extension trait implemented for all BytesStream types.

Functions

copy_stream_to_async_write

Copies Bytes from a BytesStream to an AsyncWrite implementor.