We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5236ac5 commit 2a4ddd6Copy full SHA for 2a4ddd6
src/client/conn/mod.rs
@@ -6,7 +6,9 @@
6
//! customize those things externally.
7
//!
8
//! If you are looking for a convenient HTTP client,
9
-//! then you may wish to consider [reqwest](https://github.com/seanmonstar/reqwest).
+//! then you may wish to consider [reqwest](https://github.com/seanmonstar/reqwest)
10
+//! for a high level client or [`hyper-util`'s client](https://docs.rs/hyper-util/latest/hyper_util/client/index.html)
11
+//! if you want to keep it more low level / basic.
12
13
//! ## Example
14
0 commit comments