I did delete my post about the synchronous HTTP client `ureq`. Why reinvent the wheel when `reqwest` already has a blocking API?

https://docs.rs/reqwest/latest/reqwest/blocking/index.html

This means that you can use `reqwest` for async and sync applications. Profit from the strong ecosystem around hyper :D

#RustLang #Rust

Reply to this note

Please Login to reply.