Skip to main content

Module body

Module body 

Source

Structs§

StreamBody
A body that wraps a lazy-evaluated stream of bytes.
StreamMetadata
Metadata associated with a stream body.

Enums§

Body
The body of a message, supporting common payload types.

Constants§

DEFAULT_MATERIALIZE_LIMIT
General-purpose default limit for Body::materialize() (10 MB).

Type Aliases§

BoxAsyncRead
A boxed AsyncRead for reading body content without materializing it into memory.