reqwest v0.9.10 Release Notes

Release Date: 2019-03-20 // about 5 years ago
  • ๐Ÿ”‹ Features

    • โž• Add ClientBuilder::local_address() to bind to a local IP address.
    • Add Response::error_for_status_ref() to return an Error while borrowing a Response.

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix Identity::from_pem with rustls-tls backend when using RSA private keys.