Update README.md
This commit is contained in:
parent
2e550430b9
commit
a781106c54
10
README.md
10
README.md
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue