apimock 4.6.7

HTTP(S) mock server. Drop JSON files into a folder and your API immediately exists.
Documentation
1
2
3
4
5
6
pub const LISTENER_DEFAULT_IP_ADDRESS: &str = "127.0.0.1";
pub const LISTENER_DEFAULT_PORT: u16 = 3001;

pub const SERVICE_DEFAULT_FALLBACK_RESPOND_DIR: &str = ".";

pub const PRINT_DELIMITER: &str = "------------------------------------";