From 453fe649875c22350a34eb8c5f28d57eca934795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Fri, 27 Mar 2015 10:46:30 +0100 Subject: [PATCH] Add docs for the http_auth parameter of RequestsHttpConnection --- elasticsearch/connection/http_requests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch/connection/http_requests.py b/elasticsearch/connection/http_requests.py index d83a1d2f..6aee2dba 100644 --- a/elasticsearch/connection/http_requests.py +++ b/elasticsearch/connection/http_requests.py @@ -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'