Mercurial Hosting > disearch
annotate src/tools/params.txt.luan @ 20:914a37651a38
minor
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Sun, 05 Nov 2023 11:31:16 -0700 |
| 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 |
