refactor: keep http-related code together

This commit is contained in:
Kade Robertson
2023-02-13 16:18:37 -05:00
committed by Martin Algesten
parent 7dcd60cbaf
commit 06db500ec4
4 changed files with 203 additions and 202 deletions

View File

@@ -412,6 +412,9 @@ mod test;
#[doc(hidden)]
mod testserver;
#[cfg(feature = "http-interop")]
mod http_interop;
pub use crate::agent::Agent;
pub use crate::agent::AgentBuilder;
pub use crate::agent::RedirectAuthHeaders;