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§
- http_
body_ 0_ 4_ x - An implementation of v0.4
http_body::Body
forMinimumThroughputBody
and related code. - options
- Options for a
MinimumThroughputBody
.
Structs§
- Minimum
Throughput Download Body - A body-wrapping type that ensures data is being streamed faster than some lower limit.
- Throughput
- Throughput representation for use when configuring
super::MinimumThroughputBody
Type Aliases§
- Minimum
Throughput Body Deprecated - Use
MinimumThroughputDownloadBody
instead.