Skip to content

Add proxy support #25

@dstrigl

Description

@dstrigl

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, proxies=proxies)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions