annotate src/luan/modules/http/Implementation.luan @ 1162:e2d2354807f3

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 06 Feb 2018 21:25:55 -0700
parents 4beabb087be6
children fef8f0742da9
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 {
1162
Franklin Schmidt <fschmidt@gmail.com>
parents: 1160
diff changeset
2 -- luan = "luan:http/jetty/"
Franklin Schmidt <fschmidt@gmail.com>
parents: 1160
diff changeset
3 luan = "luan:http/impl/"
1136
d30d400fd43d add http/jetty
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
4 }