Skip to main content

assert_http_called

Macro assert_http_called 

Source
macro_rules! assert_http_called {
    ($ctx:expr, $pattern:expr) => { ... };
}
Expand description

Assert that an HTTP call was made.

§Example

assert_http_called!(ctx, "https://api.example.com/*");