http-tunnel
http-tunnel copied to clipboard
Stdin mode, SSL support and python-requests
Hi
I needed an http tunnel with builtin in SSL support, proxy support, and stdin mode so I could use it with SSH ProxyCommand. I decided to start from your implementation and add the features.
Also I switched the client from httplib/urllib to requests which is much more efficient and has great proxy support.
Cheers