diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-19 05:41:30 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-19 05:41:30 +0000 |
commit | 5b8d7dec541a618b4ca7f2205470a28cde2e3e25 (patch) | |
tree | 209ad0c80c9a938068401fc5b8fa51942972418f /doc/reference.html | |
parent | 6ac82d50eecdf9bf55f4234ed3a5449afd7a2992 (diff) | |
download | luasocket-5b8d7dec541a618b4ca7f2205470a28cde2e3e25.tar.gz luasocket-5b8d7dec541a618b4ca7f2205470a28cde2e3e25.tar.bz2 luasocket-5b8d7dec541a618b4ca7f2205470a28cde2e3e25.zip |
Updated some of the callbacks in callback.lua.
Update get.lua to use the new callbacks.
The old "code" module is now the "mime" module.
Updated all modules that depended on it.
Updated url.lua to use the new namespace scheme, and moved the
escape and unescape functions that used to be in the code.lua module
to it, since these are specific to urls.
Updated the callback entries in the manual.
Diffstat (limited to 'doc/reference.html')
-rw-r--r-- | doc/reference.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/reference.html b/doc/reference.html index 08fd068..99b1ea7 100644 --- a/doc/reference.html +++ b/doc/reference.html | |||
@@ -92,7 +92,7 @@ | |||
92 | 92 | ||
93 | <!-- http & ftp ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | 93 | <!-- http & ftp ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> |
94 | 94 | ||
95 | <table summary="HTTP and FTP Index" class=index width=100% rules=cols> | 95 | <table summary="HTTP and FTP Index" class=index width=100%> |
96 | <colgroup> <col width="50%"> <col width="50%"> </colgroup> | 96 | <colgroup> <col width="50%"> <col width="50%"> </colgroup> |
97 | <tr> | 97 | <tr> |
98 | <td valign=top><ul> | 98 | <td valign=top><ul> |
@@ -135,7 +135,7 @@ | |||
135 | 135 | ||
136 | <!-- smtp & dns ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | 136 | <!-- smtp & dns ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> |
137 | 137 | ||
138 | <table summary="SMTP and DNS Index" class=index width=100% rules=cols> | 138 | <table summary="SMTP and DNS Index" class=index width=100%> |
139 | <colgroup> <col width="50%"> <col width="50%"> </colgroup> | 139 | <colgroup> <col width="50%"> <col width="50%"> </colgroup> |
140 | <tr> | 140 | <tr> |
141 | <td><ul> | 141 | <td><ul> |
@@ -158,7 +158,7 @@ | |||
158 | 158 | ||
159 | <!-- url & code ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | 159 | <!-- url & code ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> |
160 | 160 | ||
161 | <table summary="URL and Code Index" class=index width=100% rules=cols> | 161 | <table summary="URL and Code Index" class=index width=100%> |
162 | <colgroup> <col width="50%"> <col width="50%"> </colgroup> | 162 | <colgroup> <col width="50%"> <col width="50%"> </colgroup> |
163 | <tr> | 163 | <tr> |
164 | <td valign=top><ul> | 164 | <td valign=top><ul> |