Add docs for the http_auth parameter of RequestsHttpConnection

This commit is contained in:
Honza Král
2015-03-27 10:46:30 +01:00
parent aa2d4f079c
commit 453fe64987
+1 -1
View File
@@ -15,7 +15,7 @@ class RequestsHttpConnection(Connection):
Connection using the `requests` library.
:arg http_auth: optional http auth information as either ':' separated
string or a tuple
string or a tuple. Any value will be passed into requests as `auth`.
:arg use_ssl: use ssl for the connection if `True`
:arg verify_certs: whether to verify SSL certificates
:arg ca_certs: optional path to CA bundle. By default standard requests'