From d80ab1e1041f1d23b58494ac191ffb0fdf2f0e64 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Thu, 13 Jul 2017 12:30:02 -0700 Subject: [PATCH] add note that reqwest handles proxies --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index d7eac05..fd4b23b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -13,6 +13,7 @@ //! - Uses system-native TLS //! - Plain bodies, JSON, urlencoded, (TODO: multipart) //! - Customizable redirect policy +//! - Proxies //! - (TODO: Cookies) //! //! The `reqwest::Client` is synchronous, making it a great fit for