Update README.rst

This commit is contained in:
2016-02-03 05:05:48 -05:00
parent 52054be612
commit c003797319
+1 -2
View File
@@ -32,8 +32,7 @@ See `the similar code, sans Requests <https://gist.github.com/973705>`_.
Requests allows you to send *organic, grass-fed* HTTP/1.1 requests, all day.
Headers, cookies, json/form data, multipart files, and url parameters can all
be provided with standard Python dictionaries. SSL certificates are automatically
verified against a carefully crafted bundle of root certificates, included.
be provided with standard Python dictionaries.
Responses feature RFC-compliant redirection history, unicode/bytes bodies, a
case-insensitive header dictionary, and more.