
    g                         d Z dgZd Zd Zy)z
requests.hooks
~~~~~~~~~~~~~~

This module provides the capabilities for the Requests hooks system.

Available hooks:

``response``:
    The response generated from a Request.
responsec                  6    t         D  ci c]  } | g  c} S c c} w )N)HOOKS)events    N/var/www/api/v1/venv_getwork_v1/lib/python3.12/site-packages/requests/hooks.pydefault_hooksr      s    #()5%E2I5)))s   
c                     |xs i }|j                  |       }|r$t        |d      r|g}|D ]  } ||fi |}||} |S )z6Dispatches a hook dictionary on a given piece of data.__call__)gethasattr)keyhooks	hook_datakwargshook
_hook_datas         r   dispatch_hookr      sX    KREIIcNE5*%GEDi262J%&	      N)__doc__r   r   r    r   r   <module>r      s   
 
*r   