Let us walk on the 3-isogeny graph
|
Data Structures | |
class | BaseSSLError |
class | BrokenPipeError |
class | ConnectionError |
class | DummyConnection |
class | HTTPConnection |
class | HTTPSConnection |
Functions | |
_match_hostname (cert, asserted_hostname) | |
_get_default_user_agent () | |
Variables | |
BaseSSLError = ssl.SSLError | |
ssl = None | |
ConnectionError = ConnectionError | |
BrokenPipeError = BrokenPipeError | |
log = logging.getLogger(__name__) | |
dict | port_by_scheme = {"http": 80, "https": 443} |
RECENT_DATE = datetime.date(2022, 1, 1) | |
_CONTAINS_CONTROL_CHAR_RE = re.compile(r"[^-!#$%&'*+.^_`|~0-9a-zA-Z]") | |
HTTPSConnection = DummyConnection | |
VerifiedHTTPSConnection = HTTPSConnection | |
|
protected |
Definition at line 558 of file connection.py.
Referenced by HTTPConnection.request(), and HTTPConnection.request_chunked().
|
protected |
Definition at line 536 of file connection.py.
References i.
Referenced by HTTPSConnection._connect_tls_proxy().
Definition at line 73 of file connection.py.
BaseSSLError = ssl.SSLError |
Definition at line 20 of file connection.py.
Definition at line 39 of file connection.py.
Definition at line 30 of file connection.py.
Definition at line 569 of file connection.py.
log = logging.getLogger(__name__) |
Definition at line 65 of file connection.py.
dict port_by_scheme = {"http": 80, "https": 443} |
Definition at line 67 of file connection.py.
RECENT_DATE = datetime.date(2022, 1, 1) |
Definition at line 71 of file connection.py.
ssl = None |
Definition at line 22 of file connection.py.
VerifiedHTTPSConnection = HTTPSConnection |
Definition at line 572 of file connection.py.