reqwest v0.9.9 Release Notes

  • 🔋 Features

    • Add ClientBuilder::h2_prior_knowledge() option to force HTTP2.
    • ➕ Add Response::content_length() to get the content-length of a response.
    • Enable ALPN h2 with the rustls-tls backend.