comparison 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
comparison
equal deleted inserted replaced
1159:3ef883468fd0 1160:4beabb087be6
1 return { 1 return {
2 luan = "luan:http/jetty/" 2 luan = "luan:http/jetty/"
3 -- luan = "luan:http/impl/"
3 } 4 }