Differences From Artifact [654249752e]:
- File http.t — part of check-in [5b3a03ad34] at 2020-12-25 03:59:32 on branch trunk — big ol iteration (user: lexi, size: 2954) [annotate] [blame] [check-ins using]
To Artifact [7092b409fb]:
- File http.t — part of check-in [bbfea467bf] at 2020-12-27 02:31:30 on branch trunk — permissions work now (user: lexi, size: 2942) [annotate] [blame] [check-ins using]
1 1 -- vim: ft=terra 2 2 local m = {} 3 -local util = dofile('common.lua') 3 +local util = lib.util 4 4 5 5 m.method = lib.enum { 'get', 'post', 'head', 'options', 'put', 'delete' } 6 6 m.mime = lib.enum { 7 7 'html'; -- default 8 8 'json'; 9 9 'mkdown'; 10 10 'text';