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

This macro yields all given server replies in the order they are given. The destination host URL doesn’t matter at all.