comparison web/src/luan/modules/web/web_run.luan @ 190:04b86428dc50

minor git-svn-id: https://luan-java.googlecode.com/svn/trunk@191 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Thu, 26 Jun 2014 18:20:54 +0000
parents 2c08e7e27a70
children 5ba136769034
comparison
equal deleted inserted replaced
189:fb3993431f76 190:04b86428dc50
1 import "Io"
1 import "web/Http" 2 import "web/Http"
2 3
3 local function lines(s) 4 local function lines(s)
4 local matcher = String.gmatch(s,"([^\n]*)\n|([^\n])+$") 5 local matcher = String.gmatch(s,"([^\n]*)\n|([^\n])+$")
5 return function() 6 return function()