comparison http/src/luan/modules/http/shell.luan @ 504:dbdf4b8193a8

add Http.per_session()
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 21 May 2015 01:09:35 -0600
parents 92c3d22745b8
children 7bc63886d4f2
comparison
equal deleted inserted replaced
503:92c3d22745b8 504:dbdf4b8193a8
8 local Http = require "luan:http/Http" 8 local Http = require "luan:http/Http"
9 local Html = require "luan:Html" 9 local Html = require "luan:Html"
10 10
11 local M = {} 11 local M = {}
12 12
13 M.per_session = true 13 Http.per_session(M)
14 14
15 local history = {} 15 local history = {}
16 M.env = {} 16 M.env = {}
17 17
18 function M.respond() 18 function M.respond()