Skip to content

Add more proxy types - #45

Open
llange wants to merge 2 commits into
Lispython:masterfrom
llange:add_more_proxy_types
Open

Add more proxy types#45
llange wants to merge 2 commits into
Lispython:masterfrom
llange:add_more_proxy_types

Conversation

@llange

Copy link
Copy Markdown

Adding the following proxy modes: http1.0, https1.0, socks4a, socks5-hostname as arguments for the proxy keyword.
Related in a way to: pycurl/pycurl#206

pycurl2 was a fork of pycurl as of 7.19.0 (Sep 9 2008).
As of 2015-08-10, last commit on this repo is : 2013-08-09 (2 years).
Now pycurl seems alive, current version being 7.19.5.1, with
last commit being 1 month ago.
As we introduce new constants absent from pycurl2, I think it's
better to depend on the original pycurl version.
Adding the following proxy modes: http1.0, https1.0,
socks4a, socks5-hostname as arguments for the proxy
keyword.
There is a compatibility layer for pycurl2 when the
corresponding constants are absent from the pycurl
library.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@llange