__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
from collections.abc import Callable, Mapping
from typing import Any, Union
from typing_extensions import TypeAlias
_FieldValue: TypeAlias = str | bytes
_FieldValueTuple: TypeAlias = Union[_FieldValue, tuple[str, _FieldValue], tuple[str, _FieldValue, str]]
def guess_content_type(filename: str | None, default: str = ...) -> str: ...
def format_header_param_rfc2231(name: str, value: _FieldValue) -> str: ...
def format_header_param_html5(name: str, value: _FieldValue) -> str: ...
format_header_param = format_header_param_html5
class RequestField:
data: Any
headers: Any
def __init__(
self,
name: str,
data: _FieldValue,
filename: str | None = ...,
headers: Mapping[str, str] | None = ...,
header_formatter: Callable[[str, _FieldValue], str] = ...,
) -> None: ...
@classmethod
def from_tuples(
cls, fieldname: str, value: _FieldValueTuple, header_formatter: Callable[[str, _FieldValue], str] = ...
) -> RequestField: ...
def render_headers(self) -> str: ...
def make_multipart(
self, content_disposition: str | None = ..., content_type: str | None = ..., content_location: str | None = ...
) -> None: ...
| 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 |
|