httpie / cli

🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more.
https://httpie.io
BSD 3-Clause "New" or "Revised" License
33.37k stars 3.67k forks source link

SOCKS support. #86

Closed Southern closed 8 years ago

Southern commented 12 years ago

Any plans for it being supported?

jkbrzt commented 12 years ago

Sure, I'll add SOCKS support as soon as the underlying urllib3 starts supporting it.

Relevant pull request: https://github.com/shazow/urllib3/pull/68

joehoyle commented 9 years ago

@jakubroztocil I believe the underlaying now has SOCKS support?

jkbrzt commented 9 years ago

@joehoyle based on what?

sigmavirus24 commented 9 years ago

@joehoyle it does not

joehoyle commented 9 years ago

Ahh, my bad - the relevant PR was closed, not merged - seems this is the most recent attempt https://github.com/shazow/urllib3/pull/486