hyperium / hyper

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

How does hyper serialize a Request into bytes and then send it to the server over a TCP connection? #3645

Closed LXS2000 closed 2 months ago

LXS2000 commented 2 months ago

I can't find a clue in the code