update docs and readme about cookies and socks
This commit is contained in:
		| @@ -11,6 +11,7 @@ An ergonomic, batteries-included HTTP Client for Rust. | |||||||
| - Customizable redirect policy | - Customizable redirect policy | ||||||
| - HTTP Proxies | - HTTP Proxies | ||||||
| - HTTPS via system-native TLS (or optionally, rustls) | - HTTPS via system-native TLS (or optionally, rustls) | ||||||
|  | - Cookie Store | ||||||
| - [Changelog](CHANGELOG.md) | - [Changelog](CHANGELOG.md) | ||||||
|  |  | ||||||
| ## Example | ## Example | ||||||
|   | |||||||
| @@ -15,7 +15,7 @@ | |||||||
| //! - Customizable [redirect policy](#redirect-policy) | //! - Customizable [redirect policy](#redirect-policy) | ||||||
| //! - HTTP [Proxies](#proxies) | //! - HTTP [Proxies](#proxies) | ||||||
| //! - Uses system-native [TLS](#tls) | //! - Uses system-native [TLS](#tls) | ||||||
| //! - Cookies (only rudimentary support, full support is TODO) | //! - Cookies | ||||||
| //! | //! | ||||||
| //! The rudimentary cookie support means that the cookies need to be manually | //! The rudimentary cookie support means that the cookies need to be manually | ||||||
| //! configured for every single request. In other words, there's no cookie jar | //! configured for every single request. In other words, there's no cookie jar | ||||||
| @@ -155,6 +155,7 @@ | |||||||
| //!   `native-tls` library to connect over HTTPS. | //!   `native-tls` library to connect over HTTPS. | ||||||
| //! - **default-tls-vendored**: Enables the `vendored` feature of `native-tls`. | //! - **default-tls-vendored**: Enables the `vendored` feature of `native-tls`. | ||||||
| //! - **rustls-tls**: Provides TLS support via the `rustls` library. | //! - **rustls-tls**: Provides TLS support via the `rustls` library. | ||||||
|  | //! - **socks**: Provides SOCKS5 proxy support. | ||||||
| //! - **trust-dns**: Enables a trust-dns async resolver instead of default | //! - **trust-dns**: Enables a trust-dns async resolver instead of default | ||||||
| //!   threadpool using `getaddrinfo`. | //!   threadpool using `getaddrinfo`. | ||||||
| //! - **hyper-011**: Provides support for hyper's old typed headers. | //! - **hyper-011**: Provides support for hyper's old typed headers. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user