hooks
module requests.hooks in requests
Description
requests.hooks
~~~~~~~~~~~~~~
This module provides the capabilities for the Requests hooks system.
Available hooks:
``response``:
The response generated from a Request.
Functions
default_hooks
default_hooks()
dispatch_hook
dispatch_hook(key, hooks, hook_data, **kwargs)
Dispatches a hook dictionary on a given piece of data.