summaryrefslogtreecommitdiffhomepage
path: root/http.h
AgeCommit message (Expand)Author
2020-08-15Split http into request and response headersAki
2020-07-07Changed to use pragma once instead of full guard in http headerAki
2020-05-30Added headers parsingAki
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-06Fixed style inconsistencies and cleared up selected parts of codeAki
2020-05-05Reverted to echo and removed unused codeAki
2020-05-02Added initial method parsingAki
2020-05-01Server now echoes received requestAki
2020-05-01Added missing header guardAki
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