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:
parent
6ac82d50ee
commit
5b8d7dec54
16 changed files with 1201 additions and 190 deletions
7
TODO
7
TODO
|
@ -1,3 +1,10 @@
|
|||
|
||||
comment the need of a content-length header in the post method...
|
||||
|
||||
comment the callback.lua module and the new mime module.
|
||||
escape and unescape are missing!
|
||||
|
||||
add _tostring methods!
|
||||
add callback module to manual
|
||||
change stay to redirect in http.lua and in manual
|
||||
add timeout to request table
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue