module documentation

This module provides the capabilities for the Requests hooks system.

Available hooks:

response:
The response generated from a Request.
Constant HOOKS Undocumented
Function default​_hooks Undocumented
Function dispatch​_hook Dispatches a hook dictionary on a given piece of data.
HOOKS: list[str] =

Undocumented

Value
['response']
def default_hooks():

Undocumented

def dispatch_hook(key, hooks, hook_data, **kwargs):
Dispatches a hook dictionary on a given piece of data.