From 1236f339b1e27271e6492ea2540190498b3d6d14 Mon Sep 17 00:00:00 2001 From: Samuel Kadolph Date: Thu, 9 Jun 2011 08:34:19 -0700 Subject: [PATCH] Updating all ``` to pre tags show they show up properly on github --- README.md | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 2e8f4df..3587a7e 100644 --- a/README.md +++ b/README.md @@ -47,41 +47,27 @@ socket.gets # => "HTTP/1.1 200 OK\r\n" HTTP -
-http://[username[:password]@]host[:port][?tunnel=false]
-    
+
http://[username[:password]@]host[:port][?tunnel=false]
The port defaults to 80. This is currently a limitation that may be solved in the future.
Appending ?tunnel=false forces the proxy to not use CONNECT. SOCKS5 - -``` -socks://[username[:password]@]host[:port] -socks5://[username[:password]@]host[:port] -``` - +
socks://[username[:password]@]host[:port]
+socks5://[username[:password]@]host[:port]
Port defaults to 1080. SOCKS4 - -``` -socks4://[username@]ip1.ip2.ip3.ip4[:port] -``` - +
socks4://[username@]ip1.ip2.ip3.ip4[:port]
Currently hangs. Not sure if the problem is with code or server. SOCKS4A - -``` -socks4a://[username@]host[:port] -``` - +
socks4a://[username@]host[:port]
Not yet implemented.