aboutsummaryrefslogtreecommitdiff
path: root/req.ha (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-03-15Remove that printlnRunxi Yu1-2/+0
2025-03-15Detect static mime type instead of assuming everything's CSSRunxi Yu1-1/+11
2025-03-15Serve static filesRunxi Yu1-3/+18
2025-03-15Remove the "path segments" section in index.htmplRunxi Yu1-1/+1
2025-03-15Handle invalid URIs by reporting back to the userRunxi Yu1-2/+13
2025-03-15Add basic system path parsingRunxi Yu1-0/+23
2025-03-15Properly start response headersRunxi Yu1-4/+26
2025-03-15Use trailing_slash instead of empty last segmentRunxi Yu1-0/+9
2025-03-15Add license headersRunxi Yu1-0/+3
2025-03-15Split the request handler to req.haRunxi Yu1-0/+13