diff options
author | gennyble <gen@nyble.dev> | 2025-03-11 18:11:56 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-03-11 18:11:56 -0500 |
commit | a654fd03ced40a55b20aa80aff5e76dae61b63db (patch) | |
tree | fcdd57eb691dcb4de2616924810a98ed66e891e8 /README.md | |
parent | 098a0ae0b666e23c1e3c54fa6f87c01170471535 (diff) | |
download | corgi-a654fd03ced40a55b20aa80aff5e76dae61b63db.tar.gz corgi-a654fd03ced40a55b20aa80aff5e76dae61b63db.zip |
light refactor
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md index 3b6b0df..9b51bfa 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,10 @@ Sets the following environmental variables for the CGI script, many following [R - **`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. + +Any environmental variable may be overridden if it is set in the +configuration file. + [rfc]: https://datatracker.ietf.org/doc/html/rfc3875 \ No newline at end of file |