版本发布 8
- Uses the `http` crate structs to represent the HTTP model (`Request`, `Response`, `StatusCode`...) instead of the ones defined by `oxhttp`. Only the `Body` struct is implemented by `oxhttp`. - The `rustls-*-native` features now rely on the `rustls-platform-verifier` crate to support certificate revocation. The now redundant `rustls-*-platform-verifier` features have been removed.
- Increases read and write buffer sizes to 16kB. - Bump `rustls-platform-verifier` to v0.5.
- Bump MSRV to 1.74. - Set TCP_NODELAY in client and server `TcpStream`s.
- Makes chunked transfer encoding decoder properly return Ok(0) after already returning it instead of trying to read from the TCP stream again
Upgrades to `rustls-platform-verifier` 0.4
Allows setting `HeaderName` in `append_header` and `with_header`
Upgrades to `rustls-native-certs` 0.8
`rustls-aws-lc-platform-verifier` and `rustls-ring-platform-verifier` features to use the rustls-platform-verifier crate to validate TLS certificates.