Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(readme): mention reqwest as a higher level client
Many people will find `hyper` when searching for a Rust HTTP crate. Reqwest is not nearly so easy to find unless you know what you are looking for, but is what a lot of people looking for a rust http library need. Let's point them in the right direction. I recently came across a new Rust user on Reddit who had found the hyper crate, but was trying to use libcurl bindings to make http requests because they hadn't managed to find reqwest.
- Loading branch information