Skip to content

Commit

Permalink
chore(docs): replace client link in conns documentation (#3501)
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenDC committed Mar 6, 2024
1 parent 217c723 commit 9c438e3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/client/conn/mod.rs
Expand Up @@ -5,8 +5,10 @@
//! are not handled at this level. This module provides the building blocks to
//! customize those things externally.
//!
//! If don't have need to manage connections yourself, consider using the
//! 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)
//! for a high level client or [`hyper-util`'s client](https://docs.rs/hyper-util/latest/hyper_util/client/index.html)
//! if you want to keep it more low level / basic.
//!
//! ## Example
//!
Expand Down

0 comments on commit 9c438e3

Please sign in to comment.