aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-15 20:05:54 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-15 20:05:54 +0000
commitcb03a0e95429cc0d498e77fd50241c87fd2bf3ea (patch)
tree9fed8f092c0d9be6be9b6debb699425bf2590b22
parent680473dd328698068fb65245e401035370667530 (diff)
downloadluasocket-cb03a0e95429cc0d498e77fd50241c87fd2bf3ea.tar.gz
luasocket-cb03a0e95429cc0d498e77fd50241c87fd2bf3ea.tar.bz2
luasocket-cb03a0e95429cc0d498e77fd50241c87fd2bf3ea.zip
Starting to change HTTP manual.
-rw-r--r--doc/http.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/http.html b/doc/http.html
index f82f515..16595f7 100644
--- a/doc/http.html
+++ b/doc/http.html
@@ -47,9 +47,9 @@ implementation conforms to the HTTP/1.1 standard,
47 47
48<p> 48<p>
49The module exports functions that provide HTTP functionality in different 49The module exports functions that provide HTTP functionality in different
50levels of abstraction, from a simple <a 50levels of abstraction, from the simple <a
51href="#get"><tt>get</tt></a>, to the generic, stream oriented 51href="#get"><tt>get</tt></a> function to the generic, LTN12 based <a
52<a href="#request_cb"><tt>request_cb</tt></a>. 52href="#request"><tt>request</tt></a> function.
53</p> 53</p>
54 54
55<p> 55<p>