diff http/src/luan/modules/http/Http.luan @ 626:53a50c70c5e2

add Luan.assert_function() and Http.run_later()
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 17 Jan 2016 06:19:46 -0700
parents 24b05963ba62
children 35dde32c02ab
line wrap: on
line diff
--- a/http/src/luan/modules/http/Http.luan	Tue Jan 12 23:52:56 2016 -0700
+++ b/http/src/luan/modules/http/Http.luan	Sun Jan 17 06:19:46 2016 -0700
@@ -164,4 +164,6 @@
 	end
 end
 
+M.run_later = HttpServicer.run_later
+
 return M