Skip to content

Commit 2a4ddd6

Browse files
authored
Update src/client/conn/mod.rs
1 parent 5236ac5 commit 2a4ddd6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/client/conn/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
//! customize those things externally.
77
//!
88
//! If you are looking for a convenient HTTP client,
9-
//! then you may wish to consider [reqwest](https://github.com/seanmonstar/reqwest).
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)