n $ d Z ddlZddlZddlZddlmZ ddlmZmZm Z m Z mZ ddlZn# e $ r ddlZY nw xY w G d de Z G d d e Zd Zd ZddZ G d de Z G d dej e Zd Zd Zd ZddZd ZdS )z requests.cookies ~~~~~~~~~~~~~~~~ Compatibility code to be able to use `cookielib.CookieJar` with requests. requests.utils imports from here, so be careful with imports. N )to_native_string) cookieliburlparse urlunparseMorselMutableMappingc e Zd ZdZd Zd Zd Zd Zd Zd Z d Z dd Zd Zd Z d Zed Zed Zed Zd S )MockRequesta Wraps a `requests.Request` to mimic a `urllib2.Request`. The code in `cookielib.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 h || _ i | _ t | j j j | _ d S N)_r_new_headersr urlschemetype)selfrequests /builddir/build/BUILDROOT/alt-python311-pip-21.3.1-4.el9.x86_64/opt/alt/python311/lib/python3.11/site-packages/pip/_vendor/requests/cookies.py__init__zMockRequest.__init__% s+ TW[))0 c | j S r )r r s r get_typezMockRequest.get_type* s yr c > t | j j j S r )r r r netlocr s r get_hostzMockRequest.get_host- s $$++r c * | S r r r s r get_origin_req_hostzMockRequest.get_origin_req_host0 s }}r c ( | j j d s| j j S t | j j d d }t | j j }t |j ||j |j |j |j g S )NHostzutf-8)encoding)r headersgetr r r r r pathparamsqueryfragment)r hostparseds r get_full_urlzMockRequest.get_full_url3 s w""6** 7; 7'JJJ$'+&&M4fmV\O r c dS NT r s r is_unverifiablezMockRequest.is_unverifiableA s tr c 0 || j j v p|| j v S r )r r$ r r names r has_headerzMockRequest.has_headerD s tw&C$$2C*CCr Nc t | j j || j || S r )r r$ r% r )r r3 defaults r get_headerzMockRequest.get_headerG s/ w""4):)>)>tW)M)MNNNr c t d )zMcookielib has no legitimate use for this method; add it back if you find one.z=Cookie headers should be added with add_unredirected_header())NotImplementedError)r keyvals r add_headerzMockRequest.add_headerJ s !"abbbr c || j |<