diff options
Diffstat (limited to 'res/about/help.gmi')
-rw-r--r-- | res/about/help.gmi | 2 |
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 | ||
340 | When a hook is called, it is given the MIME type and parameters via command line arguments. The response body is provided via stdin. | 340 | When 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 | ||
342 | The MIME type and parameters are split at semicolons, so "text/gemini; lang=ja" would be called as: | 342 | The MIME type and parameters are split at semicolons, so "text/gemini; lang=ja" would be called as: |
343 | ``` | 343 | ``` |