Current Path: > > opt > alt > python27 > lib > > python2.7 > site-packages > pip > _vendor > requests
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__init__.py | File | 4465 bytes | November 13 2023 21:11:11. | |
__init__.pyc | File | 4616 bytes | November 13 2023 21:11:11. | |
__version__.py | File | 441 bytes | November 13 2023 21:11:11. | |
__version__.pyc | File | 667 bytes | November 13 2023 21:11:11. | |
_internal_utils.py | File | 1096 bytes | November 13 2023 21:11:11. | |
_internal_utils.pyc | File | 1760 bytes | November 13 2023 21:11:11. | |
adapters.py | File | 21548 bytes | November 13 2023 21:11:11. | |
adapters.pyc | File | 20987 bytes | November 13 2023 21:11:11. | |
api.py | File | 6496 bytes | November 13 2023 21:11:11. | |
api.pyc | File | 7994 bytes | November 13 2023 21:11:11. | |
auth.py | File | 10207 bytes | November 13 2023 21:11:11. | |
auth.pyc | File | 12414 bytes | November 13 2023 21:11:11. | |
certs.py | File | 465 bytes | November 13 2023 21:11:11. | |
certs.pyc | File | 693 bytes | November 13 2023 21:11:11. | |
compat.py | File | 2045 bytes | November 13 2023 21:11:11. | |
compat.pyc | File | 2031 bytes | November 13 2023 21:11:11. | |
cookies.py | File | 18430 bytes | November 13 2023 21:11:11. | |
cookies.pyc | File | 26747 bytes | November 13 2023 21:11:11. | |
exceptions.py | File | 3173 bytes | November 13 2023 21:11:11. | |
exceptions.pyc | File | 9042 bytes | November 13 2023 21:11:11. | |
help.py | File | 3578 bytes | November 13 2023 21:11:11. | |
help.pyc | File | 3684 bytes | November 13 2023 21:11:11. | |
hooks.py | File | 757 bytes | November 13 2023 21:11:11. | |
hooks.pyc | File | 1510 bytes | November 13 2023 21:11:11. | |
models.py | File | 34287 bytes | November 13 2023 21:11:11. | |
models.pyc | File | 33317 bytes | November 13 2023 21:11:11. | |
packages.py | File | 695 bytes | November 13 2023 21:11:11. | |
packages.pyc | File | 653 bytes | November 13 2023 21:11:11. | |
sessions.py | File | 29316 bytes | November 13 2023 21:11:11. | |
sessions.pyc | File | 25269 bytes | November 13 2023 21:11:11. | |
status_codes.py | File | 4188 bytes | November 13 2023 21:11:11. | |
status_codes.pyc | File | 6476 bytes | November 13 2023 21:11:11. | |
structures.py | File | 3005 bytes | November 13 2023 21:11:11. | |
structures.pyc | File | 6851 bytes | November 13 2023 21:11:11. | |
utils.py | File | 30176 bytes | November 13 2023 21:11:11. | |
utils.pyc | File | 30665 bytes | November 13 2023 21:11:11. |
� �Rec @ s d Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l m Z d d l m Z m Z m Z d d l m Z d d l m Z d d l m Z d Z d Z d � Z d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d S( s] requests.auth ~~~~~~~~~~~~~ This module contains the authentication handlers for Requests. i����N( t b64encodei ( t urlparset strt basestring( t extract_cookies_to_jar( t to_native_string( t parse_dict_headers! application/x-www-form-urlencodeds multipart/form-datac C s� t | t � s: t j d j | � d t �t | � } n t | t � sz t j d j t | � � d t �t | � } n t | t � r� | j d � } n t | t � r� | j d � } n d t t d j | | f � � j � � } | S( s Returns a Basic Auth string.s� Non-string usernames will no longer be supported in Requests 3.0.0. Please convert the object you've passed in ({!r}) to a string or bytes object in the near future to avoid problems.t categorys� Non-string passwords will no longer be supported in Requests 3.0.0. Please convert the object you've passed in ({!r}) to a string or bytes object in the near future to avoid problems.t latin1s Basic t :( t isinstanceR t warningst warnt formatt DeprecationWarningR t typet encodeR R t joint strip( t usernamet passwordt authstr( ( s� /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/requests/auth.pyt _basic_auth_str s&