Commit Graph

3 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
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