Module minimum_throughput

Source
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 for MinimumThroughputBody and related code.
options
Options for a MinimumThroughputBody.

Structs§

MinimumThroughputDownloadBody
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§

MinimumThroughputBodyDeprecated
Use MinimumThroughputDownloadBody instead.