diff src/luan/modules/http/Http.luan @ 1256:c147e2e877e3

allow subclassing of HttpServicer
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 19 Sep 2018 20:15:16 -0600
parents beebd0f5f2ba
children e38f5869e9df
line wrap: on
line diff
--- a/src/luan/modules/http/Http.luan	Mon Sep 03 06:13:55 2018 -0600
+++ b/src/luan/modules/http/Http.luan	Wed Sep 19 20:15:16 2018 -0600
@@ -12,7 +12,6 @@
 local String = require "luan:String.luan"
 local lower = String.lower or error()
 local matches = String.matches or error()
-local HttpServicer = require "java:luan.modules.http.HttpServicer"
 local IoLuan = require "java:luan.modules.IoLuan"
 local JavaLuan = require "java:luan.Luan"
 local Response = require "java:luan.webserver.Response"