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