hyperium / hyper

An HTTP library for Rust
https://hyper.rs
MIT License
14.58k stars 1.6k forks source link

Documentation link in hyper::client::conn for "Higher-level Client API" should probably go to hyper-util now #3453

Open taladar opened 11 months ago

taladar commented 11 months ago

Version 1.0.1

https://docs.rs/hyper/1.0.1/hyper/client/conn/index.html

The link just goes to the module hyper::client above which only contains conn now. Presumably it refers to the code now moved to hyper-util.

ketzu commented 10 months ago

After looking out what happend to hyper::Client after stumbling over it in some examples (for sharing a pooled connection in axum), I ended up here. (New to rust, so sorry if I break some conventions or seem rude😅 )

My adventure through this issue, thanks for that :) But the resulting question kind of plays into this:

As I am new to this, I might misunderstand some things around this :) I'll just leave it as food for thought though (and because I secretly hope I'll end up with a recommendation for a higher level client api)