annotate src/luan/modules/http/Http.luan @ 1158:267fdf5e9fbd

put Http.luan in jetty
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 05 Feb 2018 10:04:07 -0700
parents 3839ecc130ea
children 3a0f58d09ee7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1136
d30d400fd43d add http/jetty
Franklin Schmidt <fschmidt@gmail.com>
parents: 1109
diff changeset
1 local Implementation = require "luan:http/Implementation.luan"
1158
267fdf5e9fbd put Http.luan in jetty
Franklin Schmidt <fschmidt@gmail.com>
parents: 1156
diff changeset
2 return require(Implementation.luan.."Http.luan")