Rust SDK 0.8.4
This is not the latest release. View the archived snapshot of the full documentation as it was at this release, or view the latest documentation.
Added
- Added
set_framing_headers_mode
andwith_framing_headers_mode
methods toRequest
andResponse
, which allow you to manually control theContent-Length
andTransfer-Encoding
headers 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: Add shield hit and miss metrics
Following change: CLI v1.7.1