I hereby claim:
- I am thoosje on github.
- I am thoosje (https://keybase.io/thoosje) on keybase.
- I have a public key ASDFYdLLas_vSku8ui5DaE6XsL7qzoMpU-Lo5dXUiTAMNwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import asyncio, httpx | |
| # httpx version = 0.17.1 | |
| # Versions below this use session._proxies instead of session._mounts | |
| async def rotateProxy(session, proxy): | |
| import httpcore | |
| import typing | |
| from httpx._client import URLPattern, DEFAULT_LIMITS |