![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
Functions | |
| default_hooks () | |
| dispatch_hook (key, hooks, hook_data, **kwargs) | |
Variables | |
| list | HOOKS = ["response"] |
requests.hooks
~~~~~~~~~~~~~~
This module provides the capabilities for the Requests hooks system.
Available hooks:
``response``:
The response generated from a Request.
| pip._vendor.requests.hooks.dispatch_hook | ( | key, | |
| hooks, | |||
| hook_data, | |||
| ** | kwargs | ||
| ) |
Dispatches a hook dictionary on a given piece of data.