parsav  Diff

Differences From Artifact [654249752e]:

To Artifact [7092b409fb]:


     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';