add note that reqwest handles proxies

This commit is contained in:
Sean McArthur
2017-07-13 12:30:02 -07:00
parent fb4dd2e0b3
commit d80ab1e104

View File

@@ -13,6 +13,7 @@
//! - Uses system-native TLS //! - Uses system-native TLS
//! - Plain bodies, JSON, urlencoded, (TODO: multipart) //! - Plain bodies, JSON, urlencoded, (TODO: multipart)
//! - Customizable redirect policy //! - Customizable redirect policy
//! - Proxies
//! - (TODO: Cookies) //! - (TODO: Cookies)
//! //!
//! The `reqwest::Client` is synchronous, making it a great fit for //! The `reqwest::Client` is synchronous, making it a great fit for