summaryrefslogtreecommitdiff
path: root/res/about/help.gmi
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-12-06 14:30:44 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-12-06 14:30:44 +0200
commit90472c8c7475837545b827dc7f6c9d273633621e (patch)
treed267a3140f788ff5a49a77497d8a81f5e5500afd /res/about/help.gmi
parent10d5a1ea2ded21623d1abcb6a955f5098faad334 (diff)
MimeHooks: Request URL via environment variable
IssueID #90
Diffstat (limited to 'res/about/help.gmi')
-rw-r--r--res/about/help.gmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/about/help.gmi b/res/about/help.gmi
index 5e9ececd..f71f5164 100644
--- a/res/about/help.gmi
+++ b/res/about/help.gmi
@@ -337,7 +337,7 @@ Example use cases:
337 337
338## Interface 338## Interface
339 339
340When a hook is called, it is given the MIME type and parameters via command line arguments. The response body is provided via stdin. 340When a hook is called, it is given the MIME type and parameters via command line arguments. The response body is provided via stdin. The request's URL is available in the REQUEST_URL environment variable.
341 341
342The MIME type and parameters are split at semicolons, so "text/gemini; lang=ja" would be called as: 342The MIME type and parameters are split at semicolons, so "text/gemini; lang=ja" would be called as:
343``` 343```