comparison website/src/pil.html.luan @ 494:2b9bc97f0439

change luan:web to luan:http
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 15 May 2015 17:43:13 -0600
parents 2f5cc9c2cbf0
children 598123096772
comparison
equal deleted inserted replaced
493:1d082a0812e0 494:2b9bc97f0439
1 local Io = require "luan:Io" 1 local Io = require "luan:Io"
2 local Html = require "luan:Html" 2 local Html = require "luan:Html"
3 local Http = require "luan:web/Http" 3 local Http = require "luan:http/Http"
4 local Shared = require "site:/Shared" 4 local Shared = require "site:/Shared"
5 5
6 6
7 function service() 7 function service()
8 Io.stdout = Http.response.text_writer() 8 Io.stdout = Http.response.text_writer()