__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
import ssl
from builtins import ConnectionError as ConnectionError
from http.client import HTTPConnection as _HTTPConnection, HTTPException as HTTPException
from typing import Any
from . import exceptions, util
from .packages import ssl_match_hostname
from .util import ssl_
class DummyConnection: ...
BaseSSLError = ssl.SSLError
ConnectTimeoutError = exceptions.ConnectTimeoutError
SystemTimeWarning = exceptions.SystemTimeWarning
match_hostname = ssl_match_hostname.match_hostname
resolve_cert_reqs = ssl_.resolve_cert_reqs
resolve_ssl_version = ssl_.resolve_ssl_version
ssl_wrap_socket = ssl_.ssl_wrap_socket
assert_fingerprint = ssl_.assert_fingerprint
connection = util.connection
port_by_scheme: Any
RECENT_DATE: Any
class HTTPConnection(_HTTPConnection):
default_port: Any
default_socket_options: Any
is_verified: Any
source_address: Any
socket_options: Any
def __init__(self, *args, **kw) -> None: ...
def connect(self): ...
class HTTPSConnection(HTTPConnection):
default_port: Any
key_file: Any
cert_file: Any
def __init__(self, host, port=..., key_file=..., cert_file=..., strict=..., timeout=..., **kw) -> None: ...
sock: Any
def connect(self): ...
class VerifiedHTTPSConnection(HTTPSConnection):
cert_reqs: Any
ca_certs: Any
ssl_version: Any
assert_fingerprint: Any
key_file: Any
cert_file: Any
assert_hostname: Any
def set_cert(self, key_file=..., cert_file=..., cert_reqs=..., ca_certs=..., assert_hostname=..., assert_fingerprint=...): ...
sock: Any
auto_open: Any
is_verified: Any
def connect(self): ...
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| contrib | Folder | 0755 |
|
|
| packages | Folder | 0755 |
|
|
| util | Folder | 0755 |
|
|
| METADATA.toml | File | 55 B | 0644 |
|
| __init__.pyi | File | 926 B | 0644 |
|
| _collections.pyi | File | 1.5 KB | 0644 |
|
| connection.pyi | File | 1.59 KB | 0644 |
|
| connectionpool.pyi | File | 4.24 KB | 0644 |
|
| exceptions.pyi | File | 2.88 KB | 0644 |
|
| fields.pyi | File | 1.19 KB | 0644 |
|
| filepost.pyi | File | 244 B | 0644 |
|
| poolmanager.pyi | File | 1.28 KB | 0644 |
|
| request.pyi | File | 534 B | 0644 |
|
| response.pyi | File | 3.44 KB | 0644 |
|