aboutsummaryrefslogtreecommitdiff
path: root/doc/http.html
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-02-04 14:29:11 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-02-04 14:29:11 +0000
commit0b2542d1a61fc5425ff65ab3dbf7ba7de174763f (patch)
tree8a6188e11db0c9ef6891c31e8a1bebca050b23b2 /doc/http.html
parentf67864f86c7d703325e86b14d0ba33992c52891b (diff)
downloadluasocket-0b2542d1a61fc5425ff65ab3dbf7ba7de174763f.tar.gz
luasocket-0b2542d1a61fc5425ff65ab3dbf7ba7de174763f.tar.bz2
luasocket-0b2542d1a61fc5425ff65ab3dbf7ba7de174763f.zip
Worked on the manual.
Implemented stuffing (needs test) Added cddb and qp examples.
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 f977ea9..f82f515 100644
--- a/doc/http.html
+++ b/doc/http.html
@@ -49,7 +49,7 @@ implementation conforms to the HTTP/1.1 standard,
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 a simple <a
51href="#get"><tt>get</tt></a>, to the generic, stream oriented 51href="#get"><tt>get</tt></a>, to the generic, stream oriented
52<a href="#request_cb"> <tt>request_cb</tt></a>. 52<a href="#request_cb"><tt>request_cb</tt></a>.
53</p> 53</p>
54 54
55<p> 55<p>