reqwest v0.9.16 Release Notes

Release Date: 2019-07-19 // almost 5 years ago
    • Add Response::text_with_charset() to allow setting the default charset to decode.
    • โž• Add Error::source() implementation.
    • โž• Add async::ClientBuilder::timeout() option, will timeout the connect, request, and response body futures.
    • ๐Ÿ›  Fix gzip + chunked transfer encoding issue preventing connection reuse.
    • ๐Ÿ›  Fix RequestBuilder::query() to not add just "?" if the encoded query is empty.
    • ๐Ÿ›  Fix including new cookie headers when response is a redirect.