Update README.md

This commit is contained in:
Michael Lazar 2019-09-22 23:44:33 -04:00 committed by GitHub
parent 2e550430b9
commit a781106c54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -141,11 +141,11 @@ the request using environment variables:
| SERVER_PROTOCOL | GEMINI | | SERVER_PROTOCOL | GEMINI |
| SERVER_SOFTWARE | jetforce/0.0.7 | | SERVER_SOFTWARE | jetforce/0.0.7 |
The CGI script must then write the entire gemini response to the standard The CGI script must then write the gemini response to the ``stdout`` stream.
output stream. This includes the status code and meta string on the first This includes the status code and meta string on the first line, and the
line, and the optional response body on subsequent lines. The CGI script should optional response body on subsequent lines. The bytes generated by the
not attempt to output the special header lines that are defined in the CGI CGI script will be forwarded *verbatim* to the gemini client without any
specification and geared towards HTTP servers. modificiation.
## License ## License