Skip to content

v0.3.0

Choose a tag to compare

@Tpt Tpt released this 02 Feb 20:35
· 42 commits to main since this release
  • 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.