reqwest v0.10.10 Release Notes

    • โž• Add tcp_keepalive option to blocking::ClientBuilder.
    • Add multipart::Part::stream_with_length constructor, to create a streaming part with a known length.
    • โž• Add ClientBuilder::https_only option, to allow requiring URLs to be https.
    • ๐Ÿ”„ Change default tcp_keepalive value to be disabled.