annotate src/luan/modules/http/Implementation.luan @ 1163:fef8f0742da9

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 06 Feb 2018 22:04:47 -0700
parents e2d2354807f3
children 1f9d34a6f308
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 {
1163
Franklin Schmidt <fschmidt@gmail.com>
parents: 1162
diff changeset
2 luan = "luan:http/jetty/"
Franklin Schmidt <fschmidt@gmail.com>
parents: 1162
diff changeset
3 -- luan = "luan:http/impl/"
1136
d30d400fd43d add http/jetty
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
4 }