Async API
authorKenneth Reitz <me@kennethreitz.com>
Fri, 14 Oct 2011 02:15:55 +0000 (22:15 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Fri, 14 Oct 2011 02:15:55 +0000 (22:15 -0400)
docs/api.rst

index 328e9e8bf8ec699e1aca8dab2dc6618fcff74388..9b1b10f2ea6f1b391aec75365830691e13032490 100644 (file)
@@ -31,6 +31,21 @@ They all return an instance of the :class:`Response <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
 ~~~~~~~~~