reqwest-lb 0.4.1

The reqwest load balancer middleware
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod load_balancer;
mod middleware;
mod with;

pub mod discovery;
pub mod runtime;
pub mod supplier;

pub use load_balancer::*;
pub use middleware::*;

///
/// Box error
///
pub(crate) type BoxError = Box<dyn std::error::Error + Send + Sync>;