From daf7aeb8c3756508f3d960a58b6d3839be1e731f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 13 Oct 2011 22:15:55 -0400 Subject: [PATCH] Async API --- docs/api.rst | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 328e9e8b..9b1b10f2 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -31,6 +31,21 @@ They all return an instance of the :class:`Response ` object. .. autoclass:: Response :inherited-members: +Async +----- + +.. module:: requests.async + + +.. autofunction:: map +.. autofunction:: request +.. autofunction:: head +.. autofunction:: get +.. autofunction:: post +.. autofunction:: put +.. autofunction:: patch +.. autofunction:: delete + Utilities @@ -48,9 +63,6 @@ Cookies .. autofunction:: cookiejar_from_dict .. autofunction:: add_dict_to_cookiejar -Curl -~~~~ -.. autofunction:: curl_from_request Encodings ~~~~~~~~~