Files
Nim/lib
ringabout efacf1f390 Fix typo in getContentType function in cgi.nim (#25757)
This pull request fixes a typo in the `getContentType` function in
`lib/pure/cgi.nim`, ensuring it retrieves the correct `CONTENT_TYPE`
environment variable.

> Exact spelling matters: It is CONTENT_TYPE, not CONTENT_Type or
Content-Type. Environment variables in CGI are case-sensitive.
2026-04-21 16:38:56 +02:00
..
2017-02-20 17:24:19 +02:00
2026-02-20 16:41:06 +01:00
2013-03-16 23:53:07 +01:00
2021-06-03 14:00:53 +02:00