Updating docs

This commit is contained in:
Michael Lazar 2019-08-29 23:38:53 -04:00
parent 97e6a5bfb5
commit b923d535c3
1 changed files with 3 additions and 3 deletions

View File

@ -125,10 +125,10 @@ expected to write the entire gemini response *verbatim* to stdout:
1. The status code and meta on the first line 1. The status code and meta on the first line
2. The optional response body on subsequent lines 2. The optional response body on subsequent lines
Unlike CGI v1.1, there are no headers or other special values that the script The script is not allowed to respond with HTTP headers like ``Content-Type``,
can respond with. 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. used, because they don't make sense in the context of a Gemini request.
## License ## License