OXIESEC PANEL
- Current Dir:
/
/
opt
/
gsutil
/
third_party
/
requests
/
src
/
requests
/
__pycache__
Server IP: 2a02:4780:11:1594:0:ef5:22d7:a
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/11/2025 08:19:49 AM
rwxr-xr-x
📄
__init__.cpython-39.pyc
3.78 KB
02/11/2025 08:19:49 AM
rw-r--r--
📄
__version__.cpython-39.pyc
506 bytes
02/11/2025 08:19:49 AM
rw-r--r--
📄
_internal_utils.cpython-39.pyc
1.54 KB
02/11/2025 08:19:49 AM
rw-r--r--
📄
adapters.cpython-39.pyc
21.48 KB
02/11/2025 08:19:49 AM
rw-r--r--
📄
api.cpython-39.pyc
6.59 KB
02/11/2025 08:19:49 AM
rw-r--r--
📄
auth.cpython-39.pyc
8.12 KB
02/11/2025 08:19:49 AM
rw-r--r--
📄
certs.cpython-39.pyc
577 bytes
02/11/2025 08:19:49 AM
rw-r--r--
📄
compat.cpython-39.pyc
1.69 KB
02/11/2025 08:19:49 AM
rw-r--r--
📄
cookies.cpython-39.pyc
18.36 KB
02/11/2025 08:19:49 AM
rw-r--r--
📄
exceptions.cpython-39.pyc
6.42 KB
02/11/2025 08:19:49 AM
rw-r--r--
📄
hooks.cpython-39.pyc
946 bytes
02/11/2025 08:19:49 AM
rw-r--r--
📄
models.cpython-39.pyc
23.65 KB
02/11/2025 08:19:49 AM
rw-r--r--
📄
packages.cpython-39.pyc
573 bytes
02/11/2025 08:19:49 AM
rw-r--r--
📄
sessions.cpython-39.pyc
19.27 KB
02/11/2025 08:19:49 AM
rw-r--r--
📄
status_codes.cpython-39.pyc
4.16 KB
02/11/2025 08:19:49 AM
rw-r--r--
📄
structures.cpython-39.pyc
4.3 KB
02/11/2025 08:19:49 AM
rw-r--r--
📄
utils.cpython-39.pyc
23.91 KB
02/11/2025 08:19:49 AM
rw-r--r--
Editing: hooks.cpython-39.pyc
Close
a jKWf� � @ s d Z dgZdd� Zdd� ZdS )z� requests.hooks ~~~~~~~~~~~~~~ This module provides the capabilities for the Requests hooks system. Available hooks: ``response``: The response generated from a Request. �responsec C s dd� t D �S )Nc S s i | ] }|g �qS � r )�.0�eventr r �6/opt/gsutil/third_party/requests/src/requests/hooks.py� <dictcomp> � z!default_hooks.<locals>.<dictcomp>)�HOOKSr r r r � default_hooks s r c K sP |pi }|� | �}|rLt|d�r&|g}|D ] }||fi |��}|dur*|}q*|S )z6Dispatches a hook dictionary on a given piece of data.�__call__N)�get�hasattr)�key�hooksZ hook_data�kwargs�hookZ _hook_datar r r � dispatch_hook s r N)�__doc__r r r r r r r �<module> s