squishy

changeset 0
6e60da4625db
child 7
1c68b0c3d3b2
equal deleted inserted replaced
-1:000000000000 0:6e60da4625db
1
2 -- Dummy logger, set LAHTTP_DEBUG environment var to enable logging
3 Module "util.logger" "libs/logger.lua"
4
5 -- Optional helper library for managing multiple downloads
6 Module "multihttp" "libs/multihttp.lua"
7
8 AutoFetchURL "http://prosody.im/tip/?"
9
10 Module "net.server" "net/server_select.lua"
11 Module "net.httpclient_listener" "net/httpclient_listener.lua"
12 Module "net.connlisteners" "net/connlisteners.lua"
13 Module "net.http" "net/http.lua"
14
15 -- Required by multihttp, but otherwise not required (though nice to have)
16 Module "util.timer" "util/timer.lua"
17
18
19 Main "lahttp.in.lua"
20
21 Output "lahttp.lua";

mercurial