diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-15 20:05:54 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-15 20:05:54 +0000 |
commit | cb03a0e95429cc0d498e77fd50241c87fd2bf3ea (patch) | |
tree | 9fed8f092c0d9be6be9b6debb699425bf2590b22 | |
parent | 680473dd328698068fb65245e401035370667530 (diff) | |
download | luasocket-cb03a0e95429cc0d498e77fd50241c87fd2bf3ea.tar.gz luasocket-cb03a0e95429cc0d498e77fd50241c87fd2bf3ea.tar.bz2 luasocket-cb03a0e95429cc0d498e77fd50241c87fd2bf3ea.zip |
Starting to change HTTP manual.
-rw-r--r-- | doc/http.html | 6 |
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> |
49 | The module exports functions that provide HTTP functionality in different | 49 | The module exports functions that provide HTTP functionality in different |
50 | levels of abstraction, from a simple <a | 50 | levels of abstraction, from the simple <a |
51 | href="#get"><tt>get</tt></a>, to the generic, stream oriented | 51 | href="#get"><tt>get</tt></a> function to the generic, LTN12 based <a |
52 | <a href="#request_cb"><tt>request_cb</tt></a>. | 52 | href="#request"><tt>request</tt></a> function. |
53 | </p> | 53 | </p> |
54 | 54 | ||
55 | <p> | 55 | <p> |