feat: re-export http::HeaderMap
Some checks failed
Rust / build (map[name:stable]) (push) Failing after 32s
Rust / build (map[name:nightly]) (push) Failing after 45s

This commit is contained in:
Paul Campbell 2024-11-16 20:50:01 +00:00
parent 2ddc79d826
commit 0c27a0ee45

View file

@ -158,6 +158,7 @@ pub use result::{Error, Result};
pub use system::{MatchOn, MockNet, Net};
pub use http::Method;
pub use http::HeaderMap;
pub use reqwest::Client;
pub use reqwest::Request;
pub use reqwest::RequestBuilder;