ITADN
oxigraph/oxhttp

版本发布 8

v0.3.0
? · 2025-02-02

- 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.

v0.2.7
? · 2024-12-23

- Increases read and write buffer sizes to 16kB. - Bump `rustls-platform-verifier` to v0.5.

v0.2.6
? · 2024-12-09

- Bump MSRV to 1.74. - Set TCP_NODELAY in client and server `TcpStream`s.

v0.2.5
? · 2024-12-06

- Makes chunked transfer encoding decoder properly return Ok(0) after already returning it instead of trying to read from the TCP stream again

v0.2.4
? · 2024-11-06

Upgrades to `rustls-platform-verifier` 0.4

v0.2.3
? · 2024-10-03

Allows setting `HeaderName` in `append_header` and `with_header`

v0.2.2
? · 2024-09-15

Upgrades to `rustls-native-certs` 0.8

v0.2.1
? · 2024-08-20

`rustls-aws-lc-platform-verifier` and `rustls-ring-platform-verifier` features to use the rustls-platform-verifier crate to validate TLS certificates.