1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
Ë
ê^i]ãó—ddlmZddlZddlZddlZddlZddlmZddlm    Z    ddl
m Z m Z ddl mZddlmZdd    lmZmZmZdd
lmZmZmZmZdd lmZdd lmZdd lmZddl m!Z!ddl"m#Z#ddl$m%Z%m&Z&ejNr
ddl(Z(ddl)m*Z*gd¢Z+ejXe-«Z.dZ/dZ0Gd„dejb«Z2                        dd„Z3ejhe3e2«ejhe3e2«dœZ5eedœZ6Gd„de«Z7Gd„de7«Z8dd„Z9y) é)Ú annotationsN)Ú TracebackType)Úurljoiné)ÚHTTPHeaderDictÚRecentlyUsedContainer)ÚRequestMethods)Ú ProxyConfig)ÚHTTPConnectionPoolÚHTTPSConnectionPoolÚport_by_scheme)ÚLocationValueErrorÚ MaxRetryErrorÚProxySchemeUnknownÚURLSchemeUnknown)ÚBaseHTTPResponse)Ú_TYPE_SOCKET_OPTIONS)Úconnection_requires_http_tunnel)ÚRetry)ÚTimeout)ÚUrlÚ    parse_url)ÚSelf)Ú PoolManagerÚ ProxyManagerÚproxy_from_url) Úkey_fileÚ    cert_fileÚ    cert_reqsÚca_certsÚ ca_cert_dataÚ ssl_versionÚssl_minimum_versionÚssl_maximum_versionÚ ca_cert_dirÚ ssl_contextÚ key_passwordÚserver_hostnamei@có4—eZdZUdZded<ded<ded<ded<d    ed
<d ed <d ed<ded<ded<ded<ded<ded<ded<ded<ded<ded<ded<ded<ded<d ed!<d"ed#<d ed$<d%ed&<d'ed(<d ed)<d*ed+<ded,<ded-<ded.<y/)0ÚPoolKeyzÏ
    All known keyword arguments that could be provided to the pool manager, its
    pools, or the underlying connections.
 
    All custom key schemes should include the fields in this key at a minimum.
    ÚstrÚ
key_schemeÚkey_hostú
int | NoneÚkey_portzTimeout | float | int | NoneÚ key_timeoutzRetry | bool | int | NoneÚ key_retriesz bool | NoneÚ    key_blockztuple[str, int] | NoneÚkey_source_addressú
str | NoneÚ key_key_fileÚkey_key_passwordÚ key_cert_fileÚ key_cert_reqsÚ key_ca_certszstr | bytes | NoneÚkey_ca_cert_datazint | str | NoneÚkey_ssl_versionzssl.TLSVersion | NoneÚkey_ssl_minimum_versionÚkey_ssl_maximum_versionÚkey_ca_cert_dirússl.SSLContext | NoneÚkey_ssl_contextÚ key_maxsizez!frozenset[tuple[str, str]] | NoneÚ key_headersú
Url | NoneÚ
key__proxyÚkey__proxy_headersúProxyConfig | NoneÚkey__proxy_configz_TYPE_SOCKET_OPTIONS | NoneÚkey_socket_optionsÚkey__socks_optionszbool | str | NoneÚkey_assert_hostnameÚkey_assert_fingerprintÚkey_server_hostnameÚ key_blocksizeN)Ú__name__Ú
__module__Ú __qualname__Ú__doc__Ú__annotations__©óõfH:\项目\archive\测试组\脚本\Change_password\venv_build\Lib\site-packages\urllib3/poolmanager.pyr*r*8sµ…ñðƒO؃MØÓØ-Ó-Ø*Ó*ØÓØ.Ó.ØÓØ Ó ØÓØÓØÓØ(Ó(Ø%Ó%Ø2Ó2Ø2Ó2ØÓØ*Ó*ØÓØ2Ó2ØÓØ9Ó9Ø)Ó)Ø3Ó3Ø9Ó9Ø*Ó*Ø&Ó&Ø#Ó#ØÔrTr*có—|j«}|dj«|d<|dj«|d<dD],}||vsŒ||€Œt||j««||<Œ.|j    d«}|t |«|d<t |j««D]}|j|«|d|z<Œ|jD] }||vsŒd||<Œ|j    d«€    t|d<|di|¤ŽS)    a÷
    Create a pool key out of a request context dictionary.
 
    According to RFC 3986, both the scheme and host are case-insensitive.
    Therefore, this function normalizes both before constructing the pool
    key for an HTTPS request. If you wish to change this behaviour, provide
    alternate callables to ``key_fn_by_scheme``.
 
    :param key_class:
        The class to use when constructing the key. This should be a namedtuple
        with the ``scheme`` and ``host`` keys at a minimum.
    :type  key_class: namedtuple
    :param request_context:
        A dictionary-like object that contain the context for a request.
    :type  request_context: dict
 
    :return: A namedtuple that can be used as a connection pool key.
    :rtype:  PoolKey
    ÚschemeÚhost)ÚheadersÚ_proxy_headersÚ_socks_optionsNÚsocket_optionsÚkey_rMrS) ÚcopyÚlowerÚ    frozensetÚitemsÚgetÚtupleÚlistÚkeysÚpopÚ_fieldsÚ_DEFAULT_BLOCKSIZE)Ú    key_classÚrequest_contextÚcontextÚkeyÚ socket_optsÚfields      rUÚ_default_key_normalizerro_s'€ð.×"Ñ"Ó$€GØ Ñ)×/Ñ/Ó1€GˆHÑØ˜f‘o×+Ñ+Ó-€GˆFOð?ò;ˆØ 'Š>˜g c™lÑ6Ü$ W¨S¡\×%7Ñ%7Ó%9Ó:ˆGCŠLð;ð —+‘+Ð.Ó/€KØÐÜ$)¨+Ó$6ˆÐ Ñ!ôG—L‘L“NÓ#ò1ˆØ '§ ¡ ¨CÓ 0ˆ˜‘ Òð1ð×"Ñ"ò"ˆØ ˜Ò Ø!ˆGEŠNð"ð
‡{{?Ó#Ð+Ü#5ˆÑ á Ñ wÑ ÐrT©ÚhttpÚhttpscó.‡—eZdZUdZdZded<dZded<        d                            dˆfd„ Zdd„Z                                dd    „Z        d                                    dd
„Z
dd „Z             d                                    dd „Z                 dd „Z                         dd„Z    d                    dd„Z                dd„Zd d„Z    d!                                    d"d„ZˆxZS)#raV
    Allows for arbitrary requests while transparently keeping track of
    necessary connection pools for you.
 
    :param num_pools:
        Number of connection pools to cache before discarding the least
        recently used pool.
 
    :param headers:
        Headers to include with all requests, unless other headers are given
        explicitly.
 
    :param \**connection_pool_kw:
        Additional parameters are used to create fresh
        :class:`urllib3.connectionpool.ConnectionPool` instances.
 
    Example:
 
    .. code-block:: python
 
        import urllib3
 
        http = urllib3.PoolManager(num_pools=2)
 
        resp1 = http.request("GET", "https://google.com/")
        resp2 = http.request("GET", "https://google.com/mail")
        resp3 = http.request("GET", "https://yahoo.com/")
 
        print(len(http.pools))
        # 2
 
    NrCÚproxyrFÚ proxy_configc ó$•—t‰||«d|vr?|d}t|t«s*tj|«}|j «}||d<||_|t|«|_t|_    tj «|_
y)NÚretries) ÚsuperÚ__init__Ú
isinstancerÚfrom_intr^Úconnection_pool_kwrÚpoolsÚpool_classes_by_schemeÚkey_fn_by_scheme)ÚselfÚ    num_poolsrYr|rwÚ    __class__s     €rUryzPoolManager.__init__Çs‹ø€ô     ‰Ñ˜Ô!ð Ð*Ñ *Ø(¨Ñ3ˆGܘg¤uÔ-ÜŸ.™.¨Ó1Ø%7×%<Ñ%<Ó%>Ð"Ø07Ð" 9Ñ-Ø"4ˆÔá Ü*¨9Ó5ˆŒ
ô'=ˆÔ#Ü 0× 5Ñ 5Ó 7ˆÕrTcó—|S©NrS©r€s rUÚ    __enter__zPoolManager.__enter__æs€Øˆ rTcó$—|j«y)NF)Úclear)r€Úexc_typeÚexc_valÚexc_tbs    rUÚ__exit__zPoolManager.__exit__és€ð      
‰
Œ àrTcó—|j|}|€|jj«}|jd«€    t|d<dD]}|j |d«Œ|dk(rt D]}|j |d«Œ|||fi|¤ŽS)aÎ
        Create a new :class:`urllib3.connectionpool.ConnectionPool` based on host, port, scheme, and
        any additional pool keyword arguments.
 
        If ``request_context`` is provided, it is provided as keyword arguments
        to the pool class used. This method is used to actually create the
        connection pools handed out by :meth:`connection_from_url` and
        companion methods. It is intended to be overridden for customization.
        NÚ    blocksize)rWrXÚportrq)r~r|r^rbrhrfÚ SSL_KEYWORDS)r€rWrXrrjÚpool_clsrlÚkws        rUÚ    _new_poolzPoolManager._new_poolós©€ð .2×-HÑ-HÈÑ-PˆØ Ð "Ø"×5Ñ5×:Ñ:Ó<ˆOð × Ñ ˜{Ó +Ð 3Ü+=ˆO˜KÑ (ð .ò    +ˆCØ × Ñ   TÕ *ð    +ð VÒ Ü"ò .Ø×#Ñ# B¨Õ-ð .ñ˜˜dÑ6 oÑ6Ð6rTcó8—|jj«y)z´
        Empty our store of pools and direct them all to close.
 
        This will not affect in-flight connections, but they will not be
        re-used after completion.
        N)r}rˆr…s rUrˆzPoolManager.clears€ð     
‰
×ÑÕrTcóؗ|s td«‚|j|«}|xsd|d<|s'tj|dj    «d«}||d<||d<|j |«S)a¤
        Get a :class:`urllib3.connectionpool.ConnectionPool` based on the host, port, and scheme.
 
        If ``port`` isn't given, it will be derived from the ``scheme`` using
        ``urllib3.connectionpool.port_by_scheme``. If ``pool_kwargs`` is
        provided, it is merged with the instance's ``connection_pool_kw``
        variable and used to create the new connection pool, if one is
        needed.
        zNo host specified.rqrWéPrrX)rÚ_merge_pool_kwargsr rbr_Úconnection_from_context)r€rXrrWÚ pool_kwargsrjs      rUÚconnection_from_hostz PoolManager.connection_from_host"sz€ñ"Ü$Ð%9Ó:Ð :à×1Ñ1°+Ó>ˆØ$*Ò$4¨fˆ˜Ñ!ÙÜ!×%Ñ% o°hÑ&?×&EÑ&EÓ&GÈÓLˆDØ"&ˆ˜ÑØ"&ˆ˜Ñà×+Ñ+¨OÓ<Ð<rTcó —d|vr+tjdt«|jd«|dj    «}|j
j |«}|s t|«‚||«}|j||¬«S)zù
        Get a :class:`urllib3.connectionpool.ConnectionPool` based on the request context.
 
        ``request_context`` must at least contain the ``scheme`` key and its
        value must be a key in ``key_fn_by_scheme`` instance variable.
        ÚstrictzdThe 'strict' parameter is no longer needed on Python 3+. This will raise an error in urllib3 v2.1.0.rW©rj)    ÚwarningsÚwarnÚDeprecationWarningrfr_rrbrÚconnection_from_pool_key)r€rjrWÚpool_key_constructorÚpool_keys     rUr˜z#PoolManager.connection_from_context?sˆ€ð Ñ &Ü M‰Mð>ä"ô ð
× Ñ  Ô )à  Ñ*×0Ñ0Ó2ˆØ#×4Ñ4×8Ñ8¸Ó@ÐÙ#Ü" 6Ó*Ð *Ù'¨Ó8ˆà×,Ñ,¨XÀÐ,ÓWÐWrTcó—|jj5|jj|«}|r |cddd«S|d}|d}|d}|j||||¬«}||j|<ddd«|S#1swYSxYw)a
        Get a :class:`urllib3.connectionpool.ConnectionPool` based on the provided pool key.
 
        ``pool_key`` should be a namedtuple that only contains immutable
        objects. At a minimum it must have the ``scheme``, ``host``, and
        ``port`` fields.
        NrWrXrr)r}Úlockrbr“)r€r£rjÚpoolrWrXrs       rUr¡z$PoolManager.connection_from_pool_keyXs•€ðZ‰Z_‰_ñ     (ð—:‘:—>‘> (Ó+ˆDÙØ÷     (ñ     (ð% XÑ.ˆFØ" 6Ñ*ˆDØ" 6Ñ*ˆDØ—>‘> &¨$°Ào>ÓVˆDØ#'ˆDJ‰JxÑ  ÷     (ðˆ ÷     (ðˆ ús—A=Á3A=Á=Bcó~—t|«}|j|j|j|j|¬«S)aÖ
        Similar to :func:`urllib3.connectionpool.connection_from_url`.
 
        If ``pool_kwargs`` is not provided and a new pool needs to be
        constructed, ``self.connection_pool_kw`` is used to initialize
        the :class:`urllib3.connectionpool.ConnectionPool`. If ``pool_kwargs``
        is provided, it is used instead. Note that if a new pool does not
        need to be created for the request, the provided ``pool_kwargs`` are
        not used.
        )rrWr™)rršrXrrW)r€Úurlr™Úus    rUÚconnection_from_urlzPoolManager.connection_from_urlrs:€ô c‹NˆØ×(Ñ(Ø F‰F˜Ÿ™¨¯©¸kð)ó
ð    
rTcó¤—|jj«}|r$|j«D]\}}|€    ||=Œ |||<Œ|S#t$rYŒ!wxYw)a
        Merge a dictionary of override values for self.connection_pool_kw.
 
        This does not modify self.connection_pool_kw and returns a new dict.
        Any keys in the override dictionary with a value of ``None`` are
        removed from the merged dictionary.
        )r|r^raÚKeyError)r€ÚoverrideÚbase_pool_kwargsrlÚvalues     rUr—zPoolManager._merge_pool_kwargs„sq€ð ×2Ñ2×7Ñ7Ó9ÐÙ Ø&Ÿn™nÓ.ò 2‘
Uؐ=ðØ,¨SÑ1ð-2Ð$ SÒ)ð 2ð Ðøô    $òÙðús¶AÁ    AÁAcót—|j€yt|j|j|j« S)z³
        Indicates if the proxy requires the complete destination URL in the
        request.  Normally this is only needed when not using an HTTP CONNECT
        tunnel.
        F)rtrrurW)r€Ú
parsed_urls  rUÚ!_proxy_requires_url_absolute_formz-PoolManager._proxy_requires_url_absolute_formšs:€ð :‰:Ð Øä2Ø J‰J˜×)Ñ)¨:×+<Ñ+<ó
ð
ð    
rTc ó´—t|«}|j€tjdtd¬«|j |j |j|j¬«}d|d<d|d<d    |vr|j|d    <|j|«r|j||fi|¤Ž}n|j||jfi|¤Ž}|xr|j«}|s|St||«}|jd
k(r&d }d|d <t|d    «j!«|d    <|j#d |j$«}    t'|    t(«st)j*|    |¬«}    |    j,rb|j/|«sQ|d    j1«}
|d    D]1} | j3«|    j,vsŒ |
j5| d«Œ3|
|d    <    |    j7||||¬«}    |    |d <||d<t>jAd||«|j=«|j||fi|¤ŽS#t8$r"|    j:r|j=«‚|cYSwxYw)aN
        Same as :meth:`urllib3.HTTPConnectionPool.urlopen`
        with custom cross-host redirect logic and only sends the request-uri
        portion of the ``url``.
 
        The given ``url`` parameter must be absolute, such that an appropriate
        :class:`urllib3.connectionpool.ConnectionPool` can be chosen for it.
        Na    URLs without a scheme (ie 'https://') are deprecated and will raise an error in a future version of urllib3. To avoid this DeprecationWarning ensure all URLs start with 'https://' or 'http://'. Read more in this issue: https://github.com/urllib3/urllib3/issues/2920é)ÚcategoryÚ
stacklevel)rrWFÚassert_same_hostÚredirectrYi/ÚGETÚbodyrw)r¸)ÚresponseÚ_poolzRedirecting %s -> %s)!rrWržrŸr ršrXrrYr²ÚurlopenÚ request_uriÚget_redirect_locationrÚstatusrÚ_prepare_for_method_changerbrwrzrr{Úremove_headers_on_redirectÚ is_same_hostr^r_rfÚ    incrementrÚraise_on_redirectÚ
drain_connÚlogÚinfo) r€Úmethodr¨r¸r’r©Úconnr»Úredirect_locationrwÚ new_headersÚheaders             rUr½zPoolManager.urlopen§sV€ô c‹Nˆà 8‰8Ð Ü M‰MðAô,Øõ  ð×(Ñ(¨¯©°a·f±fÀQÇXÁXÐ(ÓNˆà!&ˆÐ ÑØˆˆ:‰à ˜BÑ Ø ŸL™LˆBˆy‰Mà × 1Ñ 1°!Ô 4Ø#t—|‘| F¨CÑ6°2Ñ6‰Hà#t—|‘| F¨A¯M©MÑ@¸RÑ@ˆHà$ÒI¨×)GÑ)GÓ)IÐ٠؈Oô$ CÐ):Ó;Ðà ?‰?˜cÒ !àˆFàˆBˆv‰JÜ*¨2¨i©=Ó9×TÑTÓVˆBˆy‰Mà—&‘&˜ H×$4Ñ$4Ó5ˆÜ˜'¤5Ô)Ü—n‘n W°xÔ@ˆGð
× -Ò -°d×6GÑ6GØ ô7
ð˜Y™-×,Ñ,Ó.ˆKؘY™-ò 2Ø—<‘<“> W×%GÑ%GÒGØ—O‘O F¨DÕ1ð 2ð(ˆBˆy‰Mð    Ø×'Ñ'¨°¸hÈdÐ'ÓSˆG𠈈9‰ Ø!ˆˆ:‰ä ‰Ð'¨Ð.?Ô@à×ÑÔØˆt|‰|˜FÐ$5Ñ<¸Ñ<Ð<øôò    Ø×(Ò(Ø×#Ñ#Ô%ØØŠOð        úsÇH,È,(IÉI)é
N)rÚintrYútyping.Mapping[str, str] | Noner|ú
typing.AnyÚreturnÚNone)rÒr)r‰ztype[BaseException] | NonerŠzBaseException | Noner‹zTracebackType | NonerÒztyping.Literal[False]r„)
rWr+rXr+rrÏrjúdict[str, typing.Any] | NonerÒr )rÒrÓ©NrqN©
rXr4rr.rWr4r™rÔrÒr )rjúdict[str, typing.Any]rÒr )r£r*rjr×rÒr )r¨r+r™rÔrÒr )r­rÔrÒr×)r±rrÒÚbool©T©
rÉr+r¨r+r¸rØr’rÑrÒr)rNrOrPrQrtrRruryr†rŒr“rˆršr˜r¡rªr—r²r½Ú __classcell__©r‚s@rUrr¢s®ø…ñðB€Eˆ:ÓØ'+€LÐ$Ó+ðØ37ð8àð8ð1ð8ð)ð    8ð
 
õ 8ó>ðà,ðð&ðð%ð    ð
 
ó ð9=ð $7àð$7ðð$7ðð    $7ð
6ð $7ð
ó $7óLð Ø#Ø48ð =àð=ðð=ðð    =ð
2ð =ð
ó =ð:XØ4ðXà    óXð2ØðØ2Gðà    óð6EIð
Øð
Ø%Að
à    ó
ð$ Ø4ð à    ó ó, 
ð7;ðP=ØðP=Ø #ðP=Ø/3ðP=ØBLðP=à    ÷P=rTrc󸇗eZdZdZ                            d                                                                            dˆfd„ Z            d                                    d    ˆfd„ Z    d
                    d d„Z    d                                     d ˆfd„ ZˆxZS)ra>
    Behaves just like :class:`PoolManager`, but sends all requests through
    the defined proxy, using the CONNECT method for HTTPS URLs.
 
    :param proxy_url:
        The URL of the proxy to be used.
 
    :param proxy_headers:
        A dictionary containing headers that will be sent to the proxy. In case
        of HTTP they are being sent with each request, while in the
        HTTPS/CONNECT case they are sent only once. Could be used for proxy
        authentication.
 
    :param proxy_ssl_context:
        The proxy SSL context is used to establish the TLS connection to the
        proxy when using HTTPS proxies.
 
    :param use_forwarding_for_https:
        (Defaults to False) If set to True will forward requests to the HTTPS
        proxy to be made on behalf of the client instead of creating a TLS
        tunnel via the CONNECT method. **Enabling this flag means that request
        and response headers and content will be visible from the HTTPS proxy**
        whereas tunneling keeps request and response headers and content
        private.  IP address, target hostname, SNI, and port are always visible
        to an HTTPS proxy even when this flag is disabled.
 
    :param proxy_assert_hostname:
        The hostname of the certificate to verify against.
 
    :param proxy_assert_fingerprint:
        The fingerprint of the certificate to verify against.
 
    Example:
 
    .. code-block:: python
 
        import urllib3
 
        proxy = urllib3.ProxyManager("https://localhost:3128/")
 
        resp1 = proxy.request("GET", "https://google.com/")
        resp2 = proxy.request("GET", "https://httpbin.org/")
 
        print(len(proxy.pools))
        # 1
 
        resp3 = proxy.request("GET", "https://httpbin.org/")
        resp4 = proxy.request("GET", "https://twitter.com/")
 
        print(len(proxy.pools))
        # 3
 
    c     ó(•—t|t«r)|j›d|j›d|j›}
n|}
t |
«} | jdvrt | j«‚| js2tj| jd«} | j| ¬«} | |_
|xsi|_ ||_ t||||«|_|j|    d<|j|    d<|j|    d<t‰ |@||fi|    ¤Žy)    Nz://ú:rpr–)rÚ_proxyrZÚ _proxy_config)rzr rWrXrrrr rbÚ_replacertÚ proxy_headersÚproxy_ssl_contextr
rurxry)r€Ú    proxy_urlrrYrãräÚuse_forwarding_for_httpsÚproxy_assert_hostnameÚproxy_assert_fingerprintr|Ú str_proxy_urlrtrr‚s             €rUryzProxyManager.__init__1s ø€ô iÔ!3Ô 4Ø(×/Ñ/Ð0°°I·N±NÐ3CÀ1ÀYÇ^Á^ÐDTÐU‰Mà%ˆMܘ-Ó(ˆà <‰<Ð0Ñ 0Ü$ U§\¡\Ó2Ð 2àzŠzÜ!×%Ñ% e§l¡l°BÓ7ˆDØ—N‘N¨NÓ-ˆEàˆŒ
Ø*Ò0¨bˆÔØ!2ˆÔÜ'Ø Ø $Ø !Ø $ó    
ˆÔð(,§z¡zИ8Ñ$Ø/3×/AÑ/AÐÐ+Ñ,Ø.2×.?Ñ.?И?Ñ+ä ‰Ñ˜ GÑBÐ/AÓBrTcóҕ—|dk(rt‰|||||¬«St‰||jj|jj|jj
|¬«S)Nrr)r™)rxršrtrXrrW)r€rXrrWr™r‚s     €rUršz!ProxyManager.connection_from_hostZsiø€ð WÒ Ü‘7Ñ/ؐd˜F° ð0óð ô‰wÑ+Ø J‰JO‰O˜TŸZ™ZŸ_™_¨d¯j©j×.?Ñ.?È[ð,ó
ð    
rTcól—ddi}t|«j}|r||d<|r|j|«|S)z
        Sets headers needed by proxies: specifically, the Accept and Host
        headers. Only sets headers not provided by the user.
        ÚAcceptz*/*ÚHost)rÚnetlocÚupdate)r€r¨rYÚheaders_rîs     rUÚ_set_proxy_headerszProxyManager._set_proxy_headersjs>€ð˜eÐ$ˆä˜3“×&Ñ&ˆÙ Ø%ˆHVÑ á Ø O‰O˜GÔ $؈rTc óø•—t|«}t|j|j|j«s1|j d|j «}|j||«|d<t‰|$||fd|i|¤ŽS)z@Same as HTTP(S)ConnectionPool.urlopen, ``url`` must be absolute.rYr¸)
rrrtrurWrbrYrñrxr½)r€rÉr¨r¸r’r©rYr‚s       €rUr½zProxyManager.urlopen{soø€ô c‹NˆÜ.¨t¯z©z¸4×;LÑ;LÈaÏhÉhÔWð—f‘f˜Y¨¯ © Ó5ˆGØ ×3Ñ3°C¸ÓAˆBˆy‰Mä‰w‰˜v sÑD°XÐDÀÑDÐDrT)rÎNNNFNN)rår+rrÏrYrÐrãrÐrär?rærØrçz"None | str | typing.Literal[False]rèr4r|rÑrÒrÓrÕrÖr„)r¨r+rYrÐrÒztyping.Mapping[str, str]rÙrÚ)    rNrOrPrQryršrñr½rÛrÜs@rUrrús6ø„ñ4ðrØ37Ø9=Ø37Ø).ØDHØ/3ð'Càð'Cðð'Cð1ð    'Cð
7ð 'Cð 1ð 'Cð#'ð'Cð Bð'Cð#-ð'Cð)ð'Cð
õ'CðX Ø#Ø48ð 
àð
ðð
ðð    
ð
2ð 
ð
õ 
ð"DHðØðØ!@ðà    !óð$7;ð EØð EØ #ð EØ/3ð EØBLð Eà    ÷ Eñ ErTrc ó—tdd|i|¤ŽS)NrårS)r)r¨r’s  rUrrŠs€Ü Ñ , #Ð ,¨Ñ ,Ð,rT)riz type[PoolKey]rjr×rÒr*)r¨r+r’rÑrÒr):Ú
__future__rÚ    functoolsÚloggingÚtypingržÚtypesrÚ urllib.parserÚ _collectionsrrÚ_request_methodsr    Ú
connectionr
Úconnectionpoolr r r Ú
exceptionsrrrrr»rÚutil.connectionrÚ
util.proxyrÚ
util.retryrÚ util.timeoutrÚutil.urlrrÚ TYPE_CHECKINGÚsslÚtyping_extensionsrÚ__all__Ú    getLoggerrNrÇrrhÚ
NamedTupler*roÚpartialrr~rrrrSrTrUú<module>r sðÝ"ãÛÛ ÛÝÝ ç?Ý,Ý#ßSÑS÷óõ 'Ý1Ý7ÝÝ!ß$à    ×ÒÛå&â
;€ð€g×јÓ!€ð € ð Ðô$ˆf×Ñô$ðN4 Øð4 Ø/Dð4 à ó4 ðx ˆI× Ñ Ð5°wÓ ?Ø ˆY× Ñ Ð6¸Ó @ñÐð
#5Ð?RÑSÐôU=.ôU=ôp
ME;ôMEô`-rT