apimock 5.1.1

HTTP(S) mock server. Drop JSON files into a folder and your API immediately exists.
Documentation
1
2
3
4
5
6
7
8
9
10
#[path = "constant.rs"]
pub mod constant;
#[path = "server/listener.rs"]
pub mod listener;
#[path = "server/response.rs"]
mod response;
#[path = "server/routing.rs"]
mod routing;
#[path = "util.rs"]
pub mod util;