summaryrefslogtreecommitdiff
path: root/http.h
AgeCommit message (Collapse)Author
2023-06-01Parse query string from HTTP requestscflip
2023-05-30Refactor response building codecflip
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-27Load and serve files from the filesystemcflip
2023-05-08Begin rewriting cfws in Ccflip