Skip to content

v0.11.10

Compare
Choose a tag to compare
@seanmonstar seanmonstar released this 14 Mar 18:55
· 264 commits to master since this release

What's Changed

  • Add Error::url() to access the URL of an error.
  • Add Response::extensions() to access the http::Extensions of a response.
  • Fix rustls-native-certs to log an error instead of panicking when loading an invalid system certificate.
  • Fix passing Basic Authorization header to proxies.

New Contributors