Ë
    ��hE  ã                   ó,   — d dl mZmZmZ 	 dd„Z	 dd„Zy)é   )Úcreate_urllib3_contextÚresolve_cert_reqsÚresolve_ssl_versionNc                 óR   — | €y|dk(  ry| j                   dk(  r|r|j                  ryy)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)
    FÚhttpÚhttpsT)ÚschemeÚuse_forwarding_for_https)Ú	proxy_urlÚproxy_configÚdestination_schemes      ú\/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/proxy.pyÚconnection_requires_http_tunnelr      s>   € ð ÐØð ˜VÒ#Øð 	×Ñ˜GÒ#ÙØ×1Ò1àð ó    c                 óˆ   — t        t        | «      t        |«      ¬«      }|s |s|st        |d«      r|j	                  «        |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   %   sF   € ô )Ü'¨Ó4Ü# IÓ.ô€Kñ ÙÙÜ�KÐ!5Ô6à×&Ñ&Ô(àÐr   )NNN)Ússl_r   r   r   r   r   © r   r   ú<module>r      s"   ðß PÑ Pð ;?óðD KOôr   