Skip to content

Commit 9c438e3

Browse files
authored
chore(docs): replace client link in conns documentation (#3501)
1 parent 217c723 commit 9c438e3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/client/conn/mod.rs

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
//! are not handled at this level. This module provides the building blocks to
66
//! customize those things externally.
77
//!
8-
//! If don't have need to manage connections yourself, consider using the
9-
//! higher-level [Client](super) API.
8+
//! If you are looking for a convenient HTTP client,
9+
//! 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.
1012
//!
1113
//! ## Example
1214
//!

0 commit comments

Comments
 (0)