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 = "request/body.rs"]
mod body;
#[path = "request/headers.rs"]
mod headers;
#[path = "request/http_method.rs"]
mod http_method;
#[path = "request/rule_op.rs"]
mod rule_op;
#[path = "request/url_path.rs"]
mod url_path;