diff web/src/luan/modules/web/Http.luan @ 377:a8d03e6882c6

add web/NotFound.java
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 19 Apr 2015 07:27:23 -0600
parents cd2924a1052c
children 507c0af598ba
line wrap: on
line diff
--- a/web/src/luan/modules/web/Http.luan	Sat Apr 18 19:57:42 2015 -0600
+++ b/web/src/luan/modules/web/Http.luan	Sun Apr 19 07:27:23 2015 -0600
@@ -1,16 +1,10 @@
-java()
 local Luan = require "luan:Luan"
 local ipairs = Luan.ipairs
 local to_string = Luan.to_string
 local Table = require "luan:Table"
 require "luan:logging/Logging"  -- initialize logging
-local LuanHandler = require "java:luan.modules.web.LuanHandler"
 
 
-function new_luan_handler()
-	return LuanHandler.new()
-end
-
 
 
 function init_for_test()