Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Functions | Variables
pip._vendor.requests.hooks Namespace Reference

Functions

 default_hooks ()
 
 dispatch_hook (key, hooks, hook_data, **kwargs)
 

Variables

list HOOKS = ["response"]
 

Detailed Description

requests.hooks
~~~~~~~~~~~~~~

This module provides the capabilities for the Requests hooks system.

Available hooks:

``response``:
    The response generated from a Request.

Function Documentation

◆ dispatch_hook()

pip._vendor.requests.hooks.dispatch_hook (   key,
  hooks,
  hook_data,
**  kwargs 
)
Dispatches a hook dictionary on a given piece of data.