Mercurial Hosting > disearch
annotate src/tools/params.txt.luan @ 16:552d6f944acb
add bump
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Wed, 01 Nov 2023 17:34:15 -0600 |
| parents | 80105b716a62 |
| children |
| rev | line source |
|---|---|
| 14 | 1 local Luan = require "luan:Luan.luan" |
| 2 local error = Luan.error | |
| 3 local stringify = Luan.stringify or error() | |
| 4 local Io = require "luan:Io.luan" | |
| 5 local Http = require "luan:http/Http.luan" | |
| 6 | |
| 7 | |
| 8 return function() | |
| 9 Io.stdout = Http.response.text_writer() | |
| 10 %><%= stringify(Http.request.parameters) %><% | |
| 11 end |
