__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
from typing import Any
from . import cookies, models, utils
extract_cookies_to_jar = cookies.extract_cookies_to_jar
parse_dict_header = utils.parse_dict_header
to_native_string = utils.to_native_string
CONTENT_TYPE_FORM_URLENCODED: Any
CONTENT_TYPE_MULTI_PART: Any
def _basic_auth_str(username: bytes | str, password: bytes | str) -> str: ...
class AuthBase:
def __call__(self, r: models.PreparedRequest) -> models.PreparedRequest: ...
class HTTPBasicAuth(AuthBase):
username: bytes | str
password: bytes | str
def __init__(self, username: bytes | str, password: bytes | str) -> None: ...
def __call__(self, r): ...
class HTTPProxyAuth(HTTPBasicAuth):
def __call__(self, r): ...
class HTTPDigestAuth(AuthBase):
username: bytes | str
password: bytes | str
last_nonce: Any
nonce_count: Any
chal: Any
pos: Any
num_401_calls: Any
def __init__(self, username: bytes | str, password: bytes | str) -> None: ...
def build_digest_header(self, method, url): ...
def handle_redirect(self, r, **kwargs): ...
def handle_401(self, r, **kwargs): ...
def __call__(self, r): ...
def init_per_thread_state(self) -> None: ...
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __init__.pyi | File | 1.26 KB | 0644 |
|
| __version__.pyi | File | 273 B | 0644 |
|
| adapters.pyi | File | 4.03 KB | 0644 |
|
| api.pyi | File | 4.71 KB | 0644 |
|
| auth.pyi | File | 1.16 KB | 0644 |
|
| certs.pyi | File | 17 B | 0644 |
|
| compat.pyi | File | 787 B | 0644 |
|
| cookies.pyi | File | 2.69 KB | 0644 |
|
| exceptions.pyi | File | 1.59 KB | 0644 |
|
| help.pyi | File | 791 B | 0644 |
|
| hooks.pyi | File | 117 B | 0644 |
|
| models.pyi | File | 5.39 KB | 0644 |
|
| packages.pyi | File | 175 B | 0644 |
|
| py.typed | File | 0 B | 0644 |
|
| sessions.pyi | File | 11.6 KB | 0644 |
|
| status_codes.pyi | File | 35 B | 0644 |
|
| structures.pyi | File | 1.08 KB | 0644 |
|
| utils.pyi | File | 2.97 KB | 0644 |
|