python-goose icon indicating copy to clipboard operation
python-goose copied to clipboard

added support for HTTP and HTTPS proxy.

Open soundofsettling opened this issue 5 years ago • 0 comments

#283

example usage:

g = Goose( {'https_proxy' : '127.0.0.1:8080'} )

soundofsettling avatar Mar 17 '19 08:03 soundofsettling