OXIESEC PANEL
- Current Dir:
/
/
opt
/
gsutil
/
third_party
/
requests
/
src
/
requests
/
__pycache__
Server IP: 2a02:4780:11:1594:0:ef5:22d7:a
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/11/2025 08:19:49 AM
rwxr-xr-x
📄
__init__.cpython-39.pyc
3.78 KB
02/11/2025 08:19:49 AM
rw-r--r--
📄
__version__.cpython-39.pyc
506 bytes
02/11/2025 08:19:49 AM
rw-r--r--
📄
_internal_utils.cpython-39.pyc
1.54 KB
02/11/2025 08:19:49 AM
rw-r--r--
📄
adapters.cpython-39.pyc
21.48 KB
02/11/2025 08:19:49 AM
rw-r--r--
📄
api.cpython-39.pyc
6.59 KB
02/11/2025 08:19:49 AM
rw-r--r--
📄
auth.cpython-39.pyc
8.12 KB
02/11/2025 08:19:49 AM
rw-r--r--
📄
certs.cpython-39.pyc
577 bytes
02/11/2025 08:19:49 AM
rw-r--r--
📄
compat.cpython-39.pyc
1.69 KB
02/11/2025 08:19:49 AM
rw-r--r--
📄
cookies.cpython-39.pyc
18.36 KB
02/11/2025 08:19:49 AM
rw-r--r--
📄
exceptions.cpython-39.pyc
6.42 KB
02/11/2025 08:19:49 AM
rw-r--r--
📄
hooks.cpython-39.pyc
946 bytes
02/11/2025 08:19:49 AM
rw-r--r--
📄
models.cpython-39.pyc
23.65 KB
02/11/2025 08:19:49 AM
rw-r--r--
📄
packages.cpython-39.pyc
573 bytes
02/11/2025 08:19:49 AM
rw-r--r--
📄
sessions.cpython-39.pyc
19.27 KB
02/11/2025 08:19:49 AM
rw-r--r--
📄
status_codes.cpython-39.pyc
4.16 KB
02/11/2025 08:19:49 AM
rw-r--r--
📄
structures.cpython-39.pyc
4.3 KB
02/11/2025 08:19:49 AM
rw-r--r--
📄
utils.cpython-39.pyc
23.91 KB
02/11/2025 08:19:49 AM
rw-r--r--
Editing: cookies.cpython-39.pyc
Close
a jKWf�H � @ s� d Z ddlZddlZddlZddlmZ ddlmZmZm Z m Z mZ zddlZW n e yj ddlZY n0 G dd� d�ZG dd � d �Zd d� Zdd � Zddd�ZG dd� de�ZG dd� de je�Zdd� Zdd� Zdd� Zd dd�Zdd� ZdS )!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 @ s� e Zd ZdZdd� Zdd� Zdd� Zdd � Zd d� Zdd � Z dd� Z ddd�Zdd� Zdd� Z dd� Zedd� �Zedd� �Zedd� �ZdS ) �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 C s || _ i | _t| j j�j| _d S �N)�_r�_new_headersr �url�scheme�type)�self�request� r �8/opt/gsutil/third_party/requests/src/requests/cookies.py�__init__# s zMockRequest.__init__c C s | j S r )r �r r r r �get_type( s zMockRequest.get_typec C s t | jj�jS r )r r r �netlocr r r r �get_host+ s zMockRequest.get_hostc C s | � � S r �r r r r r �get_origin_req_host. s zMockRequest.get_origin_req_hostc C sT | j j�d�s| j jS t| j jd dd�}t| j j�}t|j||j|j |j |jg�S )N�Hostzutf-8)�encoding)r �headers�getr r r r r �path�params�query�fragment)r �host�parsedr r r �get_full_url1 s ��zMockRequest.get_full_urlc C s dS �NTr r r r r �is_unverifiableE s zMockRequest.is_unverifiablec C s || j jv p|| jv S r )r r r �r �namer r r � has_headerH s zMockRequest.has_headerNc C s | j j�|| j�||��S r )r r r r )r r) �defaultr r r � get_headerK s zMockRequest.get_headerc C s t d��dS )zMcookiejar has no legitimate use for this method; add it back if you find one.z=Cookie headers should be added with add_unredirected_header()N)�NotImplementedError)r �key�valr r r � add_headerN s �zMockRequest.add_headerc C s || j |<