mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 08:47:39 +08:00
Add should_strip_auth to requests SessionRedirectMixin (#5439)
This commit is contained in:
@@ -41,6 +41,7 @@ class SessionRedirectMixin:
|
||||
def resolve_redirects(self, resp, req, stream=..., timeout=..., verify=..., cert=..., proxies=...): ...
|
||||
def rebuild_auth(self, prepared_request, response): ...
|
||||
def rebuild_proxies(self, prepared_request, proxies): ...
|
||||
def should_strip_auth(self, old_url, new_url): ...
|
||||
|
||||
_Data = Union[None, Text, bytes, Mapping[str, Any], Mapping[Text, Any], Iterable[Tuple[Text, Optional[Text]]], IO]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user