summaryrefslogtreecommitdiffhomepage
path: root/http.c
AgeCommit message (Expand)Author
2020-08-15Split http into request and response headersAki
2020-05-30Added headers parsingAki
2020-05-30Refactored read_rest_of_lineAki
2020-05-12Client handler now uses new parserAki
2020-05-12Implemented method, path and version parsingAki
2020-05-08Response body is now handled by LuaAki
2020-05-05Reverted to echo and removed unused codeAki
2020-05-02Moved method parsing to a separate functionAki
2020-05-02Added initial method parsingAki
2020-05-01Server now echoes received requestAki
2020-05-01Added back response with a bodyAki
2020-05-01Added string map for methods and fixed statusesAki
2020-05-01Moved out http-related functionality out of main fileAki