Expand description
Types for working with HTTP bodies.
Enums§
- Incoming
Body Error - An error that can occur when reading the body of an incoming request.
- Incoming
Body - The body of an incoming request.
Structs§
- Tracked
Body - A wrapper around an HTTP body that tracks the size of the data that is read from it.
Enums§
- Tracked
Body Error - An error that can occur when tracking the body of an incoming request.
Traits§
- Tracker
- A trait for tracking the size of the data that is read from an HTTP body.