From b923d535c30f4f67b94005b47e5389b3f7f40818 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Thu, 29 Aug 2019 23:38:53 -0400 Subject: [PATCH] Updating docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 584e7b9..ce3e1f7 100644 --- a/README.md +++ b/README.md @@ -125,10 +125,10 @@ expected to write the entire gemini response *verbatim* to stdout: 1. The status code and meta on the first line 2. The optional response body on subsequent lines -Unlike CGI v1.1, there are no headers or other special values that the script -can respond with. +The script is not allowed to respond with HTTP headers like ``Content-Type``, +or other special CGI headers like internal redirects. -Some of the HTTP-specific environment variables like ``REQUEST_METHOD`` are not +Some of the HTTP specific environment variables like ``REQUEST_METHOD`` are not used, because they don't make sense in the context of a Gemini request. ## License