hook plans

This commit is contained in:
Kenneth Reitz
2011-08-17 00:16:57 -04:00
parent 783e540d6d
commit 5ba43d0fe5
+15
View File
@@ -5,6 +5,21 @@ requests.hooks
~~~~~~~~~~~~~~
This module provides the capabilities for the Requests hooks system.
Available hooks:
``args``:
A dictionary of the arguments being sent to Request().
``pre-request``:
The Request object, directly before being sent.
``post-request``:
The Request object, directly after being sent.
``response``:
The response generated from a Request.
"""
import warnings