module documentation

requests.hooks ~~~~~~~~~~~~~~ This module provides the capabilities for the Requests hooks system. Available hooks: ``response``: The response generated from a Request.

Function default_hooks Undocumented
Function dispatch_hook Dispatches a hook dictionary on a given piece of data.
Constant HOOKS Undocumented
def default_hooks(): (source)

Undocumented

def dispatch_hook(key, hooks, hook_data, **kwargs): (source)

Dispatches a hook dictionary on a given piece of data.

Undocumented

Value
['response']