scriptor.network
Module Contents
Classes
- class scriptor.network.Request(method: str, url: str, credentials: bool = False, headers: dict = None, data: dict = None)
- COOKIES
- async perform()
- async json()
- async text()
- async blob()
- async static get(*args, **kwargs)
- async static post(*args, **kwargs)
- async static put(*args, **kwargs)
- async static delete(*args, **kwargs)
- async static patch(*args, **kwargs)