loates 0.1.0-alpha

Loates is a load testing framework, with focus on ease of use and flexiblity.
Documentation
1
2
3
4
5
6
7
8
/// Wrapper types for reqwest crate.
///
/// This module provides client and request builder with same api as the
/// orignal. The main reason for this wrapper client type is to override the
/// request response mechanism and emit certain traces that can be capatured
/// by loates's tracing layer.
#[cfg(feature = "reqwest")]
pub mod reqwest;