summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2014-07-18 15:15:41 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2014-07-18 15:15:54 +0900
commit49ecffb86ee1fd957980581fb990d2d27eb366f6 (patch)
tree728b8f3d0b00e6a6294303a4ae2fdcc68497de01
parent999ba49611566a12941f624d74dbfdf68bf7932e (diff)
downloadpython-requests-49ecffb86ee1fd957980581fb990d2d27eb366f6.tar.gz
Add authentication classes to the API document
Change-Id: Ic1464f246602b809f3c29fbafd6f36b747d5d5df
-rw-r--r--docs/api.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst
index 5e22814a..42f7c5a0 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -44,6 +44,13 @@ Request Sessions
.. autoclass:: requests.adapters.HTTPAdapter
:inherited-members:
+Authentication
+--------------
+
+.. autoclass:: requests.auth.AuthBase
+.. autoclass:: requests.auth.HTTPBasicAuth
+.. autoclass:: requests.auth.HTTPProxyAuth
+.. autoclass:: requests.auth.HTTPDigestAuth
Exceptions
~~~~~~~~~~