Announcing reqwest v0.10

reqwest is a higher-level HTTP client for Rust. Let me introduce you the v0.10 release that adds async/await support!

Some headline features are:

  • Add std::future::Future support (hello async/await).
  • Add experimental WASM support.
  • Change the default client API to async, moving the previous synchronous API to reqwest::blocking.
  • Make many "extra" features optional to reduce unnecessary dependencies (blocking, cookies, gzip, json, etc).
  • Enable automatic "system" proxy detection.

More at reqwest v0.10 - seanmonstar

7 Likes

Nice to see the end of alpha!

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.