X7ROOT File Manager
Current Path:
/opt/cloudlinux/venv/lib/python3.11/site-packages/requests
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
requests
/
ðŸ“
..
📄
__init__.py
(4.85 KB)
ðŸ“
__pycache__
📄
__version__.py
(435 B)
📄
_internal_utils.py
(1.46 KB)
📄
adapters.py
(19.09 KB)
📄
api.py
(6.3 KB)
📄
auth.py
(9.95 KB)
📄
certs.py
(429 B)
📄
compat.py
(1.42 KB)
📄
cookies.py
(18.13 KB)
📄
exceptions.py
(3.72 KB)
📄
help.py
(3.78 KB)
📄
hooks.py
(733 B)
📄
models.py
(34.4 KB)
📄
packages.py
(957 B)
📄
sessions.py
(29.66 KB)
📄
status_codes.py
(4.14 KB)
📄
structures.py
(2.84 KB)
📄
utils.py
(32.66 KB)
Editing: certs.py
#!/usr/bin/env python """ requests.certs ~~~~~~~~~~~~~~ This module returns the preferred default CA certificate bundle. There is only one — the one from the certifi package. If you are packaging Requests, e.g., for a Linux distribution or a managed environment, you can change the definition of where() to return a separately packaged CA bundle. """ from certifi import where if __name__ == "__main__": print(where())
Upload File
Create Folder