Fine tunned modules scheme.
Adjusted client modules. Fixed proxy bug in http.
This commit is contained in:
parent
a04f15d1ca
commit
1e5e8b5ce5
16 changed files with 46 additions and 24 deletions
|
@ -8,10 +8,10 @@ function load(s)
|
|||
end
|
||||
|
||||
load("socket")
|
||||
load("url")
|
||||
load("socket.url")
|
||||
load("ltn12")
|
||||
load("mime")
|
||||
load("tp")
|
||||
load("smtp")
|
||||
load("http")
|
||||
load("ftp")
|
||||
load("socket.tp")
|
||||
load("socket.smtp")
|
||||
load("socket.http")
|
||||
load("socket.ftp")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue