wiremock 0.6.5

HTTP mocking to test Rust applications.
Documentation
1
2
3
//! Convenient re-exports of http types that are part of `wiremock`'s public API.
pub use http::{HeaderMap, HeaderName, HeaderValue, Method};
pub use url::Url;