summaryrefslogtreecommitdiff
path: root/http.c
AgeCommit message (Expand)Author
2023-08-07Improve HTTP request parsing and pass cookies to CGI scriptsHEADmastercflip
2023-06-08Parse HTTP POST requests and request bodycflip
2023-06-03Respond with 501 Not Implemented for unknown request methodscflip
2023-06-01Parse query string from HTTP requestscflip
2023-05-30Refactor response building codecflip
2023-05-29Hacks to make it possible to serve PHP pagescflip
2023-05-27Load and serve files from the filesystemcflip
2023-05-08Begin rewriting cfws in Ccflip