feat: re-export http::HeaderMap
All checks were successful
Rust / build (map[name:nightly]) (push) Successful in 4m33s
Rust / build (map[name:stable]) (push) Successful in 5m29s
Release Please / Release-plz (push) Successful in 1m15s

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

View file

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