reqwest v0.8.5 Release Notes

  • ๐Ÿ”‹ Features

    • Try to auto-detect encoding in Response::text().
    • โž• Add Certificate::from_pem to load PEM encoded client certificates.
    • ๐Ÿ‘ Allow unsized types in query, form, and json.
    • โž• Add unstable::async::RequestBuilder::query, mirroring the stable builder method.