comparison web/src/luan/modules/web/Http.luan @ 266:4dca283b9b74

add Http.response.headers for testing git-svn-id: https://luan-java.googlecode.com/svn/trunk@267 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Wed, 29 Oct 2014 16:31:48 +0000
parents 9e0d4452e649
children eb27e765affb
comparison
equal deleted inserted replaced
265:454a486d9c19 266:4dca283b9b74
46 46
47 send_redirect = function(url) 47 send_redirect = function(url)
48 response.redirect = url 48 response.redirect = url
49 end; 49 end;
50 50
51 headers = {};
52
51 } 53 }
52 54
53 end 55 end