§
    
Á³gE  ã                   ó.   — d dl mZmZmZ 	 dd„Z	 dd„ZdS )é   )Úcreate_urllib3_contextÚresolve_cert_reqsÚresolve_ssl_versionNc                 óJ   — | €dS |dk    rdS | j         dk    r|r	|j        rdS dS )a?  
    Returns True if the connection requires an HTTP CONNECT through the proxy.

    :param URL proxy_url:
        URL of the proxy.
    :param ProxyConfig proxy_config:
        Proxy configuration from poolmanager.py
    :param str destination_scheme:
        The scheme of the destination. (i.e https, http, etc)
    NFÚhttpÚhttpsT)ÚschemeÚuse_forwarding_for_https)Ú	proxy_urlÚproxy_configÚdestination_schemes      ú\/var/www/html/mpstechhub/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/proxy.pyÚconnection_requires_http_tunnelr      sR   € ð ÐØˆuð ˜VÒ#Ð#Øˆuð 	Ô˜GÒ#Ð#Øð 	$àÔ1ð 	$ð ˆuð ˆ4ó    c                 ó°   — t          t          | ¦  «        t          |¦  «        ¬¦  «        }|s(|s&|s$t          |d¦  «        r|                     ¦   «          |S )z\
    Generates a default proxy ssl context if one hasn't been provided by the
    user.
    )Ússl_versionÚ	cert_reqsÚload_default_certs)r   r   r   Úhasattrr   )r   r   Úca_certsÚca_cert_dirÚca_cert_dataÚssl_contexts         r   Úcreate_proxy_ssl_contextr   %   sy   € õ )Ý'¨Ñ4Ô4Ý# IÑ.Ô.ðñ ô €Kð ð)àð)ð ð)õ �KÐ!5Ñ6Ô6ð	)ð 	×&Ò&Ñ(Ô(Ð(àÐr   )NNN)Ússl_r   r   r   r   r   © r   r   ú<module>r      sb   ðØ PÐ PÐ PÐ PÐ PÐ PÐ PÐ PÐ PÐ Pð ;?ðð ð ð ðD KOðð ð ð ð ð r   