[][src]Macro yup_hyper_mock::mock_connector

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

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