OXIESEC PANEL
- Current Dir:
/
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
requests
/
__pycache__
Server IP: 2a02:4780:11:1594:0:ef5:22d7:a
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/14/2024 03:09:54 PM
rwxr-xr-x
📄
__init__.cpython-37.pyc
3.75 KB
11/14/2023 02:30:13 PM
rw-r--r--
📄
__version__.cpython-37.pyc
516 bytes
11/14/2023 02:30:13 PM
rw-r--r--
📄
_internal_utils.cpython-37.pyc
1.24 KB
11/14/2023 02:30:13 PM
rw-r--r--
📄
adapters.cpython-37.pyc
16.38 KB
11/14/2023 02:30:13 PM
rw-r--r--
📄
api.cpython-37.pyc
6.49 KB
11/14/2023 02:30:13 PM
rw-r--r--
📄
auth.cpython-37.pyc
8.12 KB
11/14/2023 02:30:13 PM
rw-r--r--
📄
certs.cpython-37.pyc
814 bytes
11/14/2023 02:30:13 PM
rw-r--r--
📄
compat.cpython-37.pyc
1.64 KB
11/14/2023 02:30:13 PM
rw-r--r--
📄
cookies.cpython-37.pyc
18.31 KB
11/14/2023 02:30:13 PM
rw-r--r--
📄
exceptions.cpython-37.pyc
5.49 KB
11/14/2023 02:30:13 PM
rw-r--r--
📄
help.cpython-37.pyc
2.74 KB
11/14/2023 02:30:13 PM
rw-r--r--
📄
hooks.cpython-37.pyc
941 bytes
11/14/2023 02:30:13 PM
rw-r--r--
📄
models.cpython-37.pyc
24.04 KB
11/14/2023 02:30:13 PM
rw-r--r--
📄
packages.cpython-37.pyc
672 bytes
11/14/2023 02:30:13 PM
rw-r--r--
📄
sessions.cpython-37.pyc
19.32 KB
11/14/2023 02:30:13 PM
rw-r--r--
📄
status_codes.cpython-37.pyc
4.09 KB
11/14/2023 02:30:13 PM
rw-r--r--
📄
structures.cpython-37.pyc
4.27 KB
11/14/2023 02:30:13 PM
rw-r--r--
📄
utils.cpython-37.pyc
22.51 KB
11/14/2023 02:30:13 PM
rw-r--r--
Editing: certs.cpython-37.pyc
Close
B ǘH���� @ sH d Z yddlmZ W n ek r0 dd� ZY nX edkrDee� � dS )uF 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. � )�wherec C s dS )zA Don't use the certs bundled with requests, use ca-certificates. z /etc/pki/tls/certs/ca-bundle.crt� r r r �?/opt/alt/python37/lib/python3.7/site-packages/requests/certs.pyr s r �__main__N)�__doc__Zcertifir �ImportError�__name__�printr r r r �<module> s