macro_rules! mock_connector {
    ($name:ident {
        $($url:expr => $res:expr)*
    }) => { ... };
}
Expand description

This macro maps host URLs to a respective reply, which is given in plain-text. It ignores everything that is written to it.