Some options for a test/mocking crates: - [`wiremock`](https://crates.io/crates/wiremock) (+ [`stubr`](https://crates.io/crates/stubr); although it does not seem to only support _blocking_ `reqwest`) - [`httpmock`](https://crates.io/crates/httpmock) - [`mockito`](https://crates.io/crates/mockito)
Some options for a test/mocking crates:
wiremock(+stubr; although it does not seem to only support blockingreqwest)httpmockmockito