aboutsummaryrefslogtreecommitdiff
path: root/doc/http.html
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-10-05 03:16:17 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-10-05 03:16:17 +0000
commit72eceedc62d2cb65421fe9e0062a5d8f8c2bd3c4 (patch)
tree8ad4d77c2a5889748afa164188d566570028a513 /doc/http.html
parenta65c599fc5014de278d10c64fa0e425149517fe8 (diff)
downloadluasocket-72eceedc62d2cb65421fe9e0062a5d8f8c2bd3c4.tar.gz
luasocket-72eceedc62d2cb65421fe9e0062a5d8f8c2bd3c4.tar.bz2
luasocket-72eceedc62d2cb65421fe9e0062a5d8f8c2bd3c4.zip
Bugs sent by David.
Diffstat (limited to 'doc/http.html')
-rw-r--r--doc/http.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/http.html b/doc/http.html
index 27942b1..096ab2b 100644
--- a/doc/http.html
+++ b/doc/http.html
@@ -180,7 +180,7 @@ Defaults to the LTN12 <tt>pump.step</tt> function.
180<li><tt>proxy</tt>: The URL of a proxy server to use. Defaults to no proxy; 180<li><tt>proxy</tt>: The URL of a proxy server to use. Defaults to no proxy;
181<li><tt>redirect</tt>: Set to <tt><b>false</b></tt> to prevent the 181<li><tt>redirect</tt>: Set to <tt><b>false</b></tt> to prevent the
182function from automatically following 301 or 302 server redirect messages; 182function from automatically following 301 or 302 server redirect messages;
183<li><tt>accept</tt>: An optional function to be used instead of 183<li><tt>create</tt>: An optional function to be used instead of
184<a href=tcp.html#socket.tcp><tt>socket.tcp</tt></a> when the communications socket is created. 184<a href=tcp.html#socket.tcp><tt>socket.tcp</tt></a> when the communications socket is created.
185</ul> 185</ul>
186 186