v0.9.10
Features
- Add
ClientBuilder::local_address()
to bind to a local IP address. - Add
Response::error_for_status_ref()
to return anError
while borrowing aResponse
.
Fixes
- Fix
Identity::from_pem
withrustls-tls
backend when using RSA private keys.