Commit Graph

8 Commits

Author SHA1 Message Date
5b5e6989ce feat: add initial CGI support with environment variable passing
Implement basic CGI functionality including environment variable setup for
REQUEST_METHOD, QUERY_STRING, CONTENT_TYPE, CONTENT_LENGTH, PATH_INFO,
SCRIPT_NAME, SERVER_PROTOCOL, SERVER_SOFTWARE, GATEWAY_INTERFACE, and
SERVER_PORT. The implementation passes CGI environment variables to the
child process and handles basic request routing. Note: this is an untested
initial implementation that requires further validation.
2025-11-28 04:34:38 +00:00
454f4b9113 chore: remove trailing whitespace from README.md line 42 2025-11-28 02:49:36 +00:00
fc1db2903a chore: remove trailing whitespace from README.md line 42 2025-11-28 02:40:45 +00:00
e2d7033a57 chore: remove trailing whitespace from README.md line 42 2025-11-28 02:38:17 +00:00
856d53d667 chore: remove trailing whitespace from README.md line 42 2025-11-28 02:33:31 +00:00
07a98b8401 chore: remove trailing whitespace from README.md formatting 2025-11-28 02:16:02 +00:00
9d2003bce1 chore: remove trailing whitespace from README.md line 42 2025-11-28 02:05:51 +00:00
73bb54ec45 chore: remove trailing whitespace from README.md line 42 2025-11-25 20:24:12 +00:00