diff options
author | gennyble <gen@nyble.dev> | 2025-03-11 18:15:57 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-03-11 18:15:57 -0500 |
commit | 8e28b781d70a4821cb1bbb90419aa42ed77a688c (patch) | |
tree | 06fcfad3116be9ffb01b091de1e983f60c54d06a | |
parent | 1c0d1e612ced0c2b5759bd2701ee1dcffc7e345a (diff) | |
download | corgi-8e28b781d70a4821cb1bbb90419aa42ed77a688c.tar.gz corgi-8e28b781d70a4821cb1bbb90419aa42ed77a688c.zip |
what am i using for markdown and why doesn't it do lists
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md index d26a2ae..58db384 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,10 @@ Script <path-to-cgi-script> ``` Sets the following environmental variables for the CGI script, many following [RFC 3875][rfc]: -- **`GATEWAY_INTERFACE`** to the fixed value `CGI/1.1` -- **`PATH_INFO`** to the HTTP path the client requested -- **`QUERY_STRING`** to the query part of the URI -- **`REQUEST_METHOD`** to the HTTP request method +- **`GATEWAY_INTERFACE`** to the fixed value `CGI/1.1` +- **`PATH_INFO`** to the HTTP path the client requested +- **`QUERY_STRING`** to the query part of the URI +- **`REQUEST_METHOD`** to the HTTP request method Additionally, corgi will set environment variables for the HTTP request headers. They will be uppercased and hyphens replaced with underscores. |