Module body
Expand description
extra http body types and utilities.
Modules§
Structs§
- Body
- The body type used in rama requests and responses.
- Body
Data Stream - A stream of data frames.
- Body
Limit - Can be used to communicate the desire to limit the size of request/response bodies.
- Frame
- A frame of any kind related to an HTTP stream (body).
- Infinite
Reader - A(n) (in)finite random byte stream implementing [
AsyncRead
]. - Size
Hint - A
Body
size hint - ZipBomb
- A minimal in-memory ZIP archive that acts as a decompression or resource exhaustion trap.
Traits§
- Body
Extract Ext - An extension trait for
StreamingBody
that provides methods to extract data from it. - Streaming
Body - Trait representing a streaming body of a Request or Response.