http-tunnel icon indicating copy to clipboard operation
http-tunnel copied to clipboard

Stdin mode, SSL support and python-requests

Open jrmdev opened this issue 9 years ago • 0 comments

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

jrmdev avatar Jun 19 '16 10:06 jrmdev