We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
conn
1 parent 217c723 commit 9c438e3Copy full SHA for 9c438e3
src/client/conn/mod.rs
@@ -5,8 +5,10 @@
5
//! are not handled at this level. This module provides the building blocks to
6
//! customize those things externally.
7
//!
8
-//! If don't have need to manage connections yourself, consider using the
9
-//! higher-level [Client](super) API.
+//! If you are looking for a convenient HTTP client,
+//! 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