summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/t/htdocs/modules/lua/method.lua
blob: e5ea3eefa5eeb4f12f75330d6a6b4924a2b90b64 (plain)
1
2
3
function handle(r)
   r:puts(r.method)
end