Async API

This commit is contained in:
Kenneth Reitz
2011-10-13 22:15:55 -04:00
parent 573ab095e4
commit daf7aeb8c3
+15 -3
View 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
~~~~~~~~~