v5.0.0
This release includes an optional backend using hyper.rs, and uses async-trait for HttpClient.
Added
hyper_clientfeature, for using hyper.rs as the client backend.
Changed
HttpClientnow uses async-trait.- This attribute is also re-exported as
http_client::async_trait.
- This attribute is also re-exported as
Fixed
- Fixed WASM compilation.
- Fixed Isahc (curl) client translation setting duplicate headers incorrectly.