Skip to content

v5.0.0

Compare
Choose a tag to compare
@Fishrock123 Fishrock123 released this 18 Sep 23:02
· 100 commits to main since this release

This release includes an optional backend using hyper.rs, and uses async-trait for HttpClient.

Added

  • hyper_client feature, for using hyper.rs as the client backend.

Changed

  • HttpClient now uses async-trait.
    • This attribute is also re-exported as http_client::async_trait.

Fixed

  • Fixed WASM compilation.
  • Fixed Isahc (curl) client translation setting duplicate headers incorrectly.