feat(Fetcher): Replacing httpx + Adding FetcherSession
Check out the discord server for details
This commit is contained in:
@@ -18,8 +18,11 @@ from typing import (
|
||||
TypeVar,
|
||||
Union,
|
||||
Match,
|
||||
Mapping,
|
||||
Awaitable,
|
||||
)
|
||||
|
||||
SUPPORTED_HTTP_METHODS = Literal["GET", "POST", "PUT", "DELETE"]
|
||||
SelectorWaitStates = Literal["attached", "detached", "hidden", "visible"]
|
||||
StrOrBytes = Union[str, bytes]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user