diff src/luan/modules/http/Implementation.luan @ 1160:4beabb087be6

add http/impl
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 05 Feb 2018 22:33:59 -0700
parents 267fdf5e9fbd
children e2d2354807f3
line wrap: on
line diff
--- a/src/luan/modules/http/Implementation.luan	Mon Feb 05 12:37:59 2018 -0700
+++ b/src/luan/modules/http/Implementation.luan	Mon Feb 05 22:33:59 2018 -0700
@@ -1,3 +1,4 @@
 return {
 	luan = "luan:http/jetty/"
+--	luan = "luan:http/impl/"
 }