Changing ``` to <pre> to see if that works

This commit is contained in:
Samuel Kadolph 2011-06-09 08:33:00 -07:00
parent 0be892763b
commit 0746057248
1 changed files with 2 additions and 4 deletions

View File

@ -47,11 +47,9 @@ socket.gets # => "HTTP/1.1 200 OK\r\n"
</tr>
<tr>
<td>HTTP</td>
<td>
```
<td><pre>
http://[username[:password]@]host[:port][?tunnel=false]
```
</td>
</pre></td>
<td>
The port defaults to 80. This is currently a limitation that may be solved in the future.<br>
Appending <code>?tunnel=false</code> forces the proxy to not use <code>CONNECT</code>.</td>