httpmock 0.8.3

HTTP mocking library for Rust
Documentation
mod binary_body_tests;
mod cookie_tests;
mod custom_request_matcher_tests;
mod delay_tests;
mod delete_mock_tests;
mod file_body_tests;
#[cfg(feature = "proxy")]
mod forwarding_tests;
mod getting_started_tests;
mod headers_tests;
#[cfg(feature = "https")]
mod https_tests;
mod json_body_tests;
mod multi_server_tests;
#[cfg(feature = "proxy")]
mod proxy_tests;
mod query_param_tests;
mod record_and_playback_tests;
mod reset_tests;
mod showcase_tests;
mod standalone_tests;
mod string_body_tests;
mod url_matching_tests;
mod x_www_form_urlencoded_tests;