$18 GRAYBYTE WORDPRESS FILE MANAGER $27

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 172.67.162.162 | ADMIN IP 216.73.216.174
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/opt/hc_python/lib/python3.12/site-packages/urllib3/util/

HOME
Current File : /opt/hc_python/lib/python3.12/site-packages/urllib3/util//proxy.py
from __future__ import annotations

import typing

from .url import Url

if typing.TYPE_CHECKING:
    from ..connection import ProxyConfig


def connection_requires_http_tunnel(
    proxy_url: Url | None = None,
    proxy_config: ProxyConfig | None = None,
    destination_scheme: str | None = None,
) -> bool:
    """
    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)
    """
    # If we're not using a proxy, no way to use a tunnel.
    if proxy_url is None:
        return False

    # HTTP destinations never require tunneling, we always forward.
    if destination_scheme == "http":
        return False

    # Support for forwarding with HTTPS proxies and HTTPS destinations.
    if (
        proxy_url.scheme == "https"
        and proxy_config
        and proxy_config.use_forwarding_for_https
    ):
        return False

    # Otherwise always use a tunnel.
    return True


Current_dir [ NOT WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
4 Apr 2025 8.03 AM
root / root
0755
__pycache__
--
4 Apr 2025 8.03 AM
root / root
0755
__init__.py
0.978 KB
4 Apr 2025 8.03 AM
root / root
0644
connection.py
4.34 KB
4 Apr 2025 8.03 AM
root / root
0644
proxy.py
1.121 KB
4 Apr 2025 8.03 AM
root / root
0644
request.py
8.025 KB
4 Apr 2025 8.03 AM
root / root
0644
response.py
3.295 KB
4 Apr 2025 8.03 AM
root / root
0644
retry.py
18.026 KB
4 Apr 2025 8.03 AM
root / root
0644
ssl_.py
18.441 KB
4 Apr 2025 8.03 AM
root / root
0644
ssl_match_hostname.py
5.676 KB
4 Apr 2025 8.03 AM
root / root
0644
ssltransport.py
8.64 KB
4 Apr 2025 8.03 AM
root / root
0644
timeout.py
10.104 KB
4 Apr 2025 8.03 AM
root / root
0644
url.py
14.849 KB
4 Apr 2025 8.03 AM
root / root
0644
util.py
1.119 KB
4 Apr 2025 8.03 AM
root / root
0644
wait.py
4.319 KB
4 Apr 2025 8.03 AM
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF