rift-http-proxy 0.4.0

Rift: high-performance HTTP chaos engineering proxy with Lua/Rhai/JavaScript scripting for fault injection.
1
2
3
4
5
6
//! Request handlers for the Admin API.

pub mod imposters;
pub mod scenarios;
pub mod stubs;
pub mod system;