annotate src/luan/modules/http/Implementation.luan @ 1164:1f9d34a6f308

remove assertions
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 07 Feb 2018 17:36:38 -0700
parents fef8f0742da9
children 7ef40e1923b7
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 {
1164
1f9d34a6f308 remove assertions
Franklin Schmidt <fschmidt@gmail.com>
parents: 1163
diff changeset
2 -- luan = "luan:http/jetty/"
1f9d34a6f308 remove assertions
Franklin Schmidt <fschmidt@gmail.com>
parents: 1163
diff changeset
3 luan = "luan:http/impl/"
1136
d30d400fd43d add http/jetty
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
4 }