Daniel Strigl

Results 1 issues of Daniel Strigl

A request to add proxy support, like passing a `dict` which can be used by the `requests.get()` function: ``` proxies = { "http": "http://10.10.10.10:8000", "https": "http://10.10.10.10:8000", } response = _requests.get(url,...