Skip to content

Commit

Permalink
Update src/client/conn/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenDC committed Mar 5, 2024
1 parent 5236ac5 commit 2a4ddd6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/client/conn/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
//! customize those things externally.
//!
//! If you are looking for a convenient HTTP client,
//! then you may wish to consider [reqwest](https://github.com/seanmonstar/reqwest).
//! 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 2a4ddd6

Please sign in to comment.