twisted / treq

Python requests like API built on top of Twisted's HTTP client.
Other
587 stars 140 forks source link

http proxy support #174

Open pawelmhm opened 7 years ago

pawelmhm commented 7 years ago

there is currently no way to use treq with HTTP proxies, this is main reason I had to use twistd.web.client.ProxyAgent in some recent project. What do you think about adding support for HTTP proxies? Are there any things blocking it? Any difficulties? Do you think this functionality would be useful?

EDIT: ah I see there is PR for that already https://github.com/twisted/treq/pull/130

ygl-rg commented 7 years ago

any thought?

aigr commented 5 years ago

+1