diff src/luan/modules/http/Implementation.luan @ 1136:d30d400fd43d

add http/jetty
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 29 Jan 2018 17:50:49 -0700
parents
children 267fdf5e9fbd
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/luan/modules/http/Implementation.luan	Mon Jan 29 17:50:49 2018 -0700
@@ -0,0 +1,4 @@
+return {
+	luan = "luan:http/jetty/"
+	java = "java:luan.modules.http.jetty."
+}