From 0995d3fa0cb7a80ea3e9513b82f724ef731bc46a Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Thu, 13 Dec 2012 01:25:13 +0900 Subject: [PATCH] Updated README.rst --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index d489f555..11273196 100644 --- a/README.rst +++ b/README.rst @@ -40,8 +40,8 @@ Here is a list of features: * HTTP Proxy support * HTTP BASIC authentication support * HTTP Proxy authentication support -* Well-known environment variables for proxy: http_proxy, https_proxy, - ftp_proxy, all_proxy and no_proxy +* Well-known environment variables for proxy: ``http_proxy``, ``https_proxy``, + ``ftp_proxy``, ``all_proxy`` and ``no_proxy`` * HTTP gzip, deflate content encoding support * Verify peer using given trusted CA certificate in HTTPS * Client certificate authentication in HTTPS @@ -72,6 +72,7 @@ Here is a list of features: output filename can be specified optionally * Parameterized URI support * IPv6 support +* Disk cache to reduce disk activity How to get source code ----------------------