__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
from _typeshed import Unused
from _typeshed.wsgi import StartResponse
from collections.abc import Iterable, Iterator, Mapping, Sequence
from logging import Logger
from re import Match, Pattern
logger: Logger
queue_logger: Logger
def find_double_newline(s: bytes) -> int: ...
def concat(*args: str) -> str: ...
def join(seq: Iterable[str], field: str = " ") -> str: ...
def group(s: object) -> str: ...
short_days: Sequence[str]
long_days: Sequence[str]
short_day_reg: str
long_day_reg: str
daymap: Mapping[str, int]
hms_reg: str
months: Sequence[str]
monmap: Mapping[str, int]
months_reg: str
rfc822_date: str
rfc822_reg: Pattern[str]
def unpack_rfc822(m: Match[str]) -> tuple[int, int, int, int, int, int, int, int, int]: ...
rfc850_date: str
rfc850_reg: Pattern[str]
def unpack_rfc850(m: Match[str]) -> tuple[int, int, int, int, int, int, int, int, int]: ...
weekdayname: Sequence[str]
monthname: Sequence[str]
def build_http_date(when: int) -> str: ...
def parse_http_date(d: str) -> int: ...
def undquote(value: str) -> str: ...
def cleanup_unix_socket(path: str) -> None: ...
class Error:
code: int
reason: str
body: str
def __init__(self, body: str) -> None: ...
def to_response(self, ident: str | None = None) -> tuple[str, Sequence[tuple[str, str]], str]: ...
def wsgi_response(self, environ: Unused, start_response: StartResponse) -> Iterator[str]: ...
class BadRequest(Error):
code: int
reason: str
class RequestHeaderFieldsTooLarge(BadRequest):
code: int
reason: str
class RequestEntityTooLarge(BadRequest):
code: int
reason: str
class InternalServerError(Error):
code: int
reason: str
class ServerNotImplemented(Error):
code: int
reason: str
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __init__.pyi | File | 683 B | 0644 |
|
| adjustments.pyi | File | 1.91 KB | 0644 |
|
| buffers.pyi | File | 2.05 KB | 0644 |
|
| channel.pyi | File | 1.76 KB | 0644 |
|
| compat.pyi | File | 133 B | 0644 |
|
| parser.pyi | File | 1.32 KB | 0644 |
|
| proxy_headers.pyi | File | 1.11 KB | 0644 |
|
| py.typed | File | 0 B | 0644 |
|
| receiver.pyi | File | 935 B | 0644 |
|
| rfc7230.pyi | File | 898 B | 0644 |
|
| runner.pyi | File | 376 B | 0644 |
|
| server.pyi | File | 3.84 KB | 0644 |
|
| task.pyi | File | 2.13 KB | 0644 |
|
| trigger.pyi | File | 985 B | 0644 |
|
| utilities.pyi | File | 1.69 KB | 0644 |
|
| wasyncore.pyi | File | 3.44 KB | 0644 |
|