module documentation

Type definitions for type checking purposes.

Type Alias AuthTypes Undocumented
Type Alias CertTypes Undocumented
Type Alias CookieTypes Undocumented
Type Alias FileContent Undocumented
Type Alias FileTypes Undocumented
Type Alias HeaderTypes Undocumented
Type Alias PrimitiveData Undocumented
Type Alias ProxiesTypes Undocumented
Type Alias QueryParamTypes Undocumented
Type Alias RequestContent Undocumented
Type Alias RequestData Undocumented
Type Alias RequestExtensions Undocumented
Type Alias RequestFiles Undocumented
Type Alias ResponseContent Undocumented
Type Alias ResponseExtensions Undocumented
Type Alias TimeoutTypes Undocumented
Type Alias URLTypes Undocumented
Type Alias VerifyTypes Undocumented
Variable RawURL Undocumented
AuthTypes = (source)

Undocumented

Value
Union[Tuple[Union[str, bytes], Union[str, bytes]],
      Callable[['Request'], 'Request'],
      'Auth']
CertTypes = (source)

Undocumented

Value
Union[str, Tuple[str, Optional[str]], Tuple[str, Optional[str], Optional[str]]]
CookieTypes = (source)

Undocumented

Value
Union['Cookies', CookieJar, Dict[str, str], List[Tuple[str, str]]]
FileContent = (source)

Undocumented

Value
Union[IO[bytes], bytes, str]
HeaderTypes = (source)

Undocumented

Value
Union['Headers',
      Mapping[str, str],
      Mapping[bytes, bytes],
      Sequence[Tuple[str, str]],
      Sequence[Tuple[bytes, bytes]]]
PrimitiveData = (source)

Undocumented

Value
Optional[Union[str, int, float, bool]]
ProxiesTypes = (source)

Undocumented

Value
Union[URLTypes, 'Proxy', Dict[URLTypes, Union[None, URLTypes, 'Proxy']]]
QueryParamTypes = (source)
RequestContent = (source)

Undocumented

Value
Union[str, bytes, Iterable[bytes], AsyncIterable[bytes]]
RequestData = (source)

Undocumented

Value
Mapping[str, Any]
RequestExtensions = (source)

Undocumented

Value
Mapping[str, Any]
RequestFiles = (source)

Undocumented

Value
Union[Mapping[str, FileTypes], Sequence[Tuple[str, FileTypes]]]
ResponseContent = (source)

Undocumented

Value
Union[str, bytes, Iterable[bytes], AsyncIterable[bytes]]
ResponseExtensions = (source)

Undocumented

Value
Mapping[str, Any]
TimeoutTypes = (source)

Undocumented

Value
Union[Optional[float],
      Tuple[Optional[float], Optional[float], Optional[float], Optional[float]],
      'Timeout']
URLTypes = (source)

Undocumented

Value
Union['URL', str]
VerifyTypes = (source)

Undocumented

Value
Union[str, bool, ssl.SSLContext]

Undocumented