Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-01 | Parse query string from HTTP requests | cflip | |
2023-05-30 | Refactor response building code | cflip | |
This new strategy involves finding the local file path for the given URI, determining what method to use to fulfill the request (read file from disk, use php-cgi, or error), then it writes the response to the client socket. | |||
2023-05-27 | Load and serve files from the filesystem | cflip | |
2023-05-08 | Begin rewriting cfws in C | cflip | |