Module body

Source
Expand description

Types for working with HTTP bodies.

Structs§

TrackedBody
A wrapper around an HTTP body that tracks the size of the data that is read from it.

Enums§

IncomingBody
The body of an incoming request.
IncomingBodyError
An error that can occur when reading the body of an incoming request.
TrackedBodyError
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.