Kinto / kinto-http.rs

Kinto Rust Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate to reqwest

gabisurita opened this issue · comments

Reqwest https://github.com/seanmonstar/reqwest is becoming the most common lib for synchronous HTTP requests. It will probably be easier to port to reqwest than keep support to future hyper releases.