reqwest v0.11.10 Release Notes
-
- โ Add
Error::url()
to access the URL of an error. - โ Add
Response::extensions()
to access thehttp::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.
- โ Add