Petite Abeille petite.abeille at gmail.com
Fri Jul 10 19:51:11 BST 2020
- - - - - - - - - - - - - - - - - - -
On Jul 10, 2020, at 20:38, Gary Johnson <lambdatronic at disroot.org> wrote:
Any query params from the request URL are
available to the script in a global variable called (creatively)
"request-params". Anything you print to stdout in your script will be
returned as the body of a text/gemini response to the client.
I'm still thinking through just how much additional info I want to pass
to these scripts and how/whether I should let them send non-success
responses, but that's half the fun of it after all.
Perhaps The Common Gateway Interface (CGI) could be of guidance?
Sounds similar in principle.