| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Python312/Lib/site-packages/requests/__pycache__/ |
Upload File : |
�
, �g�H � � � d Z ddlZddlZddlZddlmZ ddlmZmZm Z m
Z
mZ ddlZ G d� d� Z G d� d � Zd
� Zd� Zdd�Z G d
� de� Z G d� de j, e� Zd� Zd� Zd� Zdd�Zd� Zy# e
$ r ddlZY �[w xY w)z�
requests.cookies
~~~~~~~~~~~~~~~~
Compatibility code to be able to use `http.cookiejar.CookieJar` with requests.
requests.utils imports from here, so be careful with imports.
� N� )�to_native_string)�Morsel�MutableMapping� cookielib�urlparse�
urlunparsec � � e Zd ZdZd� Zd� Zd� Zd� Zd� Zd� Z d� Z
dd
�Zd� Zd� Z
d
� Zed� � Zed� � Zed� � Zy )�MockRequesta� Wraps a `requests.Request` to mimic a `urllib2.Request`.
The code in `http.cookiejar.CookieJar` expects this interface in order to correctly
manage cookie policies, i.e., determine whether a cookie can be set, given the
domains of the request and the cookie.
The original request object is read-only. The client is responsible for collecting
the new headers via `get_new_headers()` and interpreting them appropriately. You
probably want `get_cookie_header`, defined below.
c �| � || _ i | _ t | j j � j | _ y �N)�_r�_new_headersr �url�scheme�type)�self�requests �2C:\Python312\Lib\site-packages\requests/cookies.py�__init__zMockRequest.__init__# s+ � ��������T�W�W�[�[�)�0�0�� � c � � | j S r
)r �r s r �get_typezMockRequest.get_type( s � ��y�y�r c �T � t | j j � j S r
)r r r �netlocr s r �get_hostzMockRequest.get_host+ s � �������$�+�+�+r c �"