mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-13 06:04:31 +02:00
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.
This commit is contained in:
@ -92,7 +92,7 @@
|
||||
|
||||
<!-- http & ftp ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
|
||||
|
||||
<table summary="HTTP and FTP Index" class=index width=100% rules=cols>
|
||||
<table summary="HTTP and FTP Index" class=index width=100%>
|
||||
<colgroup> <col width="50%"> <col width="50%"> </colgroup>
|
||||
<tr>
|
||||
<td valign=top><ul>
|
||||
@ -135,7 +135,7 @@
|
||||
|
||||
<!-- smtp & dns ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
|
||||
|
||||
<table summary="SMTP and DNS Index" class=index width=100% rules=cols>
|
||||
<table summary="SMTP and DNS Index" class=index width=100%>
|
||||
<colgroup> <col width="50%"> <col width="50%"> </colgroup>
|
||||
<tr>
|
||||
<td><ul>
|
||||
@ -158,7 +158,7 @@
|
||||
|
||||
<!-- url & code ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
|
||||
|
||||
<table summary="URL and Code Index" class=index width=100% rules=cols>
|
||||
<table summary="URL and Code Index" class=index width=100%>
|
||||
<colgroup> <col width="50%"> <col width="50%"> </colgroup>
|
||||
<tr>
|
||||
<td valign=top><ul>
|
||||
|
Reference in New Issue
Block a user