Updated README.rst

pull/36/head
Tatsuhiro Tsujikawa 2012-12-13 01:25:13 +09:00
parent 2235743de3
commit 0995d3fa0c
1 changed files with 3 additions and 2 deletions

View File

@ -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
----------------------