Expand description
HTTP body utilities.
Structs§
- Body
- The body type used in axum requests and responses.
- Body
Data Stream - A stream of data frames.
- Bytes
- A cheaply cloneable and sliceable chunk of contiguous memory.
Traits§
- Http
Body - Trait representing a streaming body of a Request or Response.