annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1136
d30d400fd43d add http/jetty
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
1 return {
d30d400fd43d add http/jetty
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
2 luan = "luan:http/jetty/"
1160
4beabb087be6 add http/impl
Franklin Schmidt <fschmidt@gmail.com>
parents: 1158
diff changeset
3 -- luan = "luan:http/impl/"
1136
d30d400fd43d add http/jetty
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
4 }