Available on crate feature
client
only.Expand description
A body-wrapping type that ensures data is being streamed faster than some lower limit.
If data is being streamed too slowly, this body type will emit an error next time it’s polled.
Modules§
- An implementation of v0.4
http_body::Body
forMinimumThroughputBody
and related code. - Options for a
MinimumThroughputBody
.
Structs§
- A body-wrapping type that ensures data is being streamed faster than some lower limit.
- Throughput representation for use when configuring
super::MinimumThroughputBody
Type Aliases§
- Minimum
Throughput Body Deprecated UseMinimumThroughputDownloadBody
instead.