Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-03-15 | Remove that println | Runxi Yu | 1 | -2/+0 | |
2025-03-15 | Detect static mime type instead of assuming everything's CSS | Runxi Yu | 1 | -1/+11 | |
2025-03-15 | Serve static files | Runxi Yu | 1 | -3/+18 | |
2025-03-15 | Remove the "path segments" section in index.htmpl | Runxi Yu | 1 | -1/+1 | |
2025-03-15 | Handle invalid URIs by reporting back to the user | Runxi Yu | 1 | -2/+13 | |
2025-03-15 | Add basic system path parsing | Runxi Yu | 1 | -0/+23 | |
2025-03-15 | Properly start response headers | Runxi Yu | 1 | -4/+26 | |
2025-03-15 | Use trailing_slash instead of empty last segment | Runxi Yu | 1 | -0/+9 | |
2025-03-15 | Add license headers | Runxi Yu | 1 | -0/+3 | |
2025-03-15 | Split the request handler to req.ha | Runxi Yu | 1 | -0/+13 | |