comparison src/luan/tools/web_shell.luan @ 140:f4ce03ff6b2f

add per_session for Http git-svn-id: https://luan-java.googlecode.com/svn/trunk@141 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Fri, 13 Jun 2014 15:04:29 +0000
parents 3b384dc5ca91
children a9391f914aba
comparison
equal deleted inserted replaced
139:3b384dc5ca91 140:f4ce03ff6b2f
1 import "Http" 1 import "Http"
2
3 per_session = true
2 4
3 local history = {} 5 local history = {}
4 6
5 Io.stdout = {} 7 Io.stdout = {}
6 function Io.stdout.write(...) 8 function Io.stdout.write(...)