Module body

Source
Expand description

Types for working with HTTP bodies.

Enums§

IncomingBodyError
An error that can occur when reading the body of an incoming request.
IncomingBody
The body of an incoming request.

Structs§

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

Enums§

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.