Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
0x676e67 committed Jan 29, 2025
1 parent c486c41 commit bc4403f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,8 @@ pub use self::client::websocket::{
pub use self::client::{
Body, Client, ClientBuilder, ClientMut, HttpConfig, Request, RequestBuilder, Response, Upgraded,
};
pub use self::http1::Http1Config;
pub use self::http2::Http2Config;
pub use self::imp::{Impersonate, ImpersonateBuilder, ImpersonateOS};
pub use self::proxy::{NoProxy, Proxy};
pub use self::tls::{
Expand All @@ -404,8 +406,6 @@ pub use boring2::{
X509,
},
};
pub use http1::Http1Config;
pub use http2::Http2Config;
pub use hyper2::{Priority, PseudoOrder, SettingsOrder, StreamDependency, StreamId};

mod client;
Expand Down

0 comments on commit bc4403f

Please sign in to comment.