Rust SDK 0.8.4
Added
- Added set_framing_headers_modeandwith_framing_headers_modemethods toRequestandResponse, which allow you to manually control theContent-LengthandTransfer-Encodingheaders sent for a request or a response.
Changed
- Switched to Rust 2021 edition, so the minimum supported Rust version is now 1.56.0.
Prior change: Rust SDK 0.8.3
Following change: Rust SDK 0.8.5