comparison web/src/luan/modules/web/Http.luan @ 272:eb27e765affb

rename Io.protocols to Io.schemes and "class:" to "java:" git-svn-id: https://luan-java.googlecode.com/svn/trunk@273 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Fri, 31 Oct 2014 04:50:24 +0000
parents 4dca283b9b74
children c4ed33e95889
comparison
equal deleted inserted replaced
271:82a3ebcfbafa 272:eb27e765affb
1 import "luan:Java" 1 import "luan:Java"
2 import "luan:Table" 2 import "luan:Table"
3 import "class:luan.modules.web.LuanHandler" 3 import "java:luan.modules.web.LuanHandler"
4 4
5 function new_luan_handler() 5 function new_luan_handler()
6 return LuanHandler.new() 6 return LuanHandler.new()
7 end 7 end
8 8