/usr/local/lib/python3.6/site-packages/urllib3/__pycache__
NameSizeModeActions
connection.cpython-36.pyc138070644editdlrm
connectionpool.cpython-36.pyc258530644editdlrm
exceptions.cpython-36.pyc120020644editdlrm
fields.cpython-36.pyc81020644editdlrm
filepost.cpython-36.pyc27100644editdlrm
poolmanager.cpython-36.pyc152340644editdlrm
request.cpython-36.pyc62610644editdlrm
response.cpython-36.pyc222530644editdlrm
_collections.cpython-36.pyc111800644editdlrm
_version.cpython-36.pyc1640644editdlrm
__init__.cpython-36.pyc25350644editdlrm
Edit: /usr/local/lib/python3.6/site-packages/urllib3/__pycache__/poolmanager.cpython-36.pyc (15234B)
3 EgN@s<ddlmZddlZddlZddlZddlmZmZddlm Z m Z m Z ddl m Z mZmZmZmZddlmZddlmZdd lmZdd lmZdd lmZdd lmZd ddgZeje Z!dZ&ej$d5e&Z'd6d7Z(ej)e(e%ej)e(e%d8Z*e e d8Z+Gd9d d eZ,Gd:dde,Z-d;dZ.dS)?)absolute_importN)HTTPHeaderDictRecentlyUsedContainer)HTTPConnectionPoolHTTPSConnectionPoolport_by_scheme)LocationValueError MaxRetryErrorProxySchemeUnknownProxySchemeUnsupportedURLSchemeUnknown)six)urljoin)RequestMethods)connection_requires_http_tunnel)Retry) parse_url PoolManager ProxyManagerproxy_from_urlkey_file cert_file cert_reqsca_certs ssl_version ca_cert_dir ssl_context key_passwordserver_hostname key_schemekey_hostkey_port key_timeout key_retries key_strict key_blockkey_source_address key_key_filekey_key_password key_cert_file key_cert_reqs key_ca_certskey_ssl_versionkey_ca_cert_dirkey_ssl_context key_maxsize key_headers key__proxykey__proxy_headerskey__proxy_configkey_socket_optionskey__socks_optionskey_assert_hostnamekey_assert_fingerprintkey_server_hostnamePoolKeyuse_forwarding_for_https ProxyConfigcCs|j}|dj|d<|dj|d<x4d D],}||kr.||dk r.t||j||<q.W|jd}|dk r|t||d<x&t|jD]}|j||d|<qWx|j D]}||krd||<qW|f|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 schemehostheaders_proxy_headers_socks_optionsNsocket_optionskey_)r?r@rA) copylower frozensetitemsgettuplelistkeyspop_fields) key_classrequest_contextcontextkey socket_optsfieldrT=/usr/local/lib/python3.6/site-packages/urllib3/poolmanager.py_default_key_normalizerOs     rV)httphttpsc@seZdZdZdZdZd ddZddZdd Zd!d d Z d d Z d"ddZ ddZ d#ddZ d$ddZddZddZddZd%ddZdS)&ra$ 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:: >>> manager = PoolManager(num_pools=2) >>> r = manager.request('GET', 'http://google.com/') >>> r = manager.request('GET', 'http://google.com/mail') >>> r = manager.request('GET', 'http://yahoo.com/') >>> len(manager.pools) 2 N cKs0tj||||_t||_t|_tj|_dS)N)r__init__connection_pool_kwrpoolspool_classes_by_schemekey_fn_by_schemerD)self num_poolsr?r[rTrTrUrZs   zPoolManager.__init__cCs|S)NrT)r_rTrTrU __enter__szPoolManager.__enter__cCs |jdS)NF)clear)r_exc_typeexc_valexc_tbrTrTrU__exit__szPoolManager.__exit__cCsf|j|}|dkr|jj}xdD]}|j|dq"W|dkrXxtD]}|j|dqDW|||f|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. Nr=r>portrW)r=r>rg)r]r[rDrL SSL_KEYWORDS)r_r=r>rgrOpool_clsrQkwrTrTrU _new_pools    zPoolManager._new_poolcCs|jjdS)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\rb)r_rTrTrUrbszPoolManager.clearrWcCsT|s td|j|}|pd|d<|s:tj|djd}||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.rWr=Prgr>)r _merge_pool_kwargsrrHrEconnection_from_context)r_r>rgr= pool_kwargsrOrTrTrUconnection_from_hosts   z PoolManager.connection_from_hostcCs:|dj}|jj|}|s$t|||}|j||dS)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. r=)rO)rEr^rHr connection_from_pool_key)r_rOr=pool_key_constructorpool_keyrTrTrUrns   z#PoolManager.connection_from_contextc Cs`|jjN|jj|}|r|S|d}|d}|d}|j||||d}||j|<WdQRX|S)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. r=r>rg)rON)r\lockrHrk)r_rsrOpoolr=r>rgrTrTrUrqs  z$PoolManager.connection_from_pool_keycCs t|}|j|j|j|j|dS)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. )rgr=ro)rrpr>rgr=)r_urlrourTrTrUconnection_from_urls zPoolManager.connection_from_urlc CsZ|jj}|rVxF|jD]:\}}|dkrJy ||=WqRtk rFYqRXq|||<qW|S)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. N)r[rDrGKeyError)r_overridebase_pool_kwargsrQvaluerTrTrUrm/s   zPoolManager._merge_pool_kwargscCs"|jdkrdSt|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. NF)proxyr proxy_configr=)r_ parsed_urlrTrTrU!_proxy_requires_url_absolute_formCs z-PoolManager._proxy_requires_url_absolute_formcCsB|jdks|dkrdS|jjdkr&dStjr>|jj r>tddS)z Validates that were not attempting to do TLS in TLS connections on Python2 or with unsupported SSL implementations. NrXzfContacting HTTPS destinations through HTTPS proxies 'via CONNECT tunnels' is not supported in Python 2)r}r=rPY2r~r;r )r_ url_schemerTrTrU$_validate_proxy_scheme_url_selectionPs z0PoolManager._validate_proxy_scheme_url_selectionTc Kst|}|j|j|j|j|j|jd}d|d<d|d<d|krP|jj|d<|j|rl|j ||f|}n|j ||j f|}|o|j }|s|St ||}|j dkrd}d|d <t|dj|d<|jd } t| tstj| |d } | jo|j| r>ttj|d} x.| D]&} | j| jkr|dj| dqWy| j||||d } Wn(tk r|| jrx|j|SX| |d <||d<tj d |||j|j ||f|S)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. )rgr=Fassert_same_hostredirectr?i/GETNbodyretries)r)response_poolzRedirecting %s -> %s)!rrr=rpr>rgr?rDrurlopen request_uriget_redirect_locationrstatusrZ_prepare_for_method_changerH isinstancerfrom_intremove_headers_on_redirect is_same_hostrJriterkeysrErL incrementr raise_on_redirect drain_connloginfo) r_methodrvrrjrwconnrredirect_locationrr?headerrTrTrUrasN           zPoolManager.urlopen)rYN)N)NrWN)N)N)T)__name__ __module__ __qualname____doc__r}r~rZrarfrkrbrprnrqrxrmrrrrTrTrTrUrs       csHeZdZdZdfdd Zdfdd Zdd d Zdfd d ZZS)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. Example: >>> proxy = urllib3.ProxyManager('http://localhost:3128/') >>> r1 = proxy.request('GET', 'http://google.com/') >>> r2 = proxy.request('GET', 'http://httpbin.org/') >>> len(proxy.pools) 1 >>> r3 = proxy.request('GET', 'https://httpbin.org/') >>> r4 = proxy.request('GET', 'https://twitter.com/') >>> len(proxy.pools) 3 rYNFc  st|trd|j|j|jf}t|}|jd kr:t|j|jsZtj|jd} |j | d}||_ |pfi|_ ||_ t |||_|j |d<|j |d<|j|d<tt|j||f|dS) Nz %s://%s:%irWrXrl)rg_proxyr@ _proxy_config)rWrX)rrr=r>rgrr rrH_replacer} proxy_headersproxy_ssl_contextr<r~superrrZ) r_ proxy_urlr`r?rrr;r[r}rg) __class__rTrUrZs&          zProxyManager.__init__rWcsD|dkr tt|j||||dStt|j|jj|jj|jj|dS)NrX)ro)rrrpr}r>rgr=)r_r>rgr=ro)rrTrUrps   z!ProxyManager.connection_from_hostcCs0ddi}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)rnetlocupdate)r_rvr?headers_rrTrTrU_set_proxy_headerss  zProxyManager._set_proxy_headersTc sVt|}t|j|j|js8|jd|j}|j|||d<tt |j ||fd|i|S)z@Same as HTTP(S)ConnectionPool.urlopen, ``url`` must be absolute.r?r) rrr}r~r=rHr?rrrr)r_rrvrrjrwr?)rrTrUrs zProxyManager.urlopen)rYNNNF)NrWN)N)T) rrrrrZrprr __classcell__rTrT)rrUrs& cKstfd|i|S)Nr)r)rvrjrTrTrUrs) rrrrrrrrr)r r!r"r#r$r%r&r'r(r)r*r+r,r-r.r/r0r1r2r3r4r5r6r7r8r9)rr;)/ __future__r collections functoolslogging _collectionsrrconnectionpoolrrr exceptionsr r r r r packagesrZpackages.six.moves.urllib.parserrequestrZ util.proxyrZ util.retryrZutil.urlr__all__ getLoggerrrrh _key_fields namedtupler:_proxy_config_fieldsr<rVpartialr^r]rrrrTrTrTrUsz           6  s