requests / toolbelt

A toolbelt of useful classes and functions to be used with python-requests
https://toolbelt.readthedocs.org
Other
998 stars 185 forks source link

IPv6 Transport Adapter #19

Open sigmavirus24 opened 10 years ago

sigmavirus24 commented 10 years ago

See discussion on https://github.com/kennethreitz/requests/issues/1691

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/5785358-ipv6-transport-adapter?utm_campaign=plugin&utm_content=tracker%2F418367&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F418367&utm_medium=issues&utm_source=github).
mythguided commented 10 years ago

@sigmavirus24 and @Lukasa , are either of you working on this already (or someone else)? If not, mind if I take a stab at it? It looks fun.

Lukasa commented 10 years ago

I'm not doing it at the minute, and I'm not aware of anyone else doing it, so you should absolutely take a crack at it. =D Thanks! :cake:

sigmavirus24 commented 10 years ago

@mythguided this might require work in urllib3 as was mentioned in the requests issue. If you're up to doing all of the work that'd be awesome.

mythguided commented 10 years ago

@sigmavirus24 I'm at least willing to try. I think I see how to go forward on this, but I can see a lot of areas where I may either be completely wrong or have to learn more. Anyway, I'll start working on it and see where it takes me.

sigmavirus24 commented 10 years ago

Go for it! :+1:

sigmavirus24 commented 10 years ago

@mythguided any updates?