summaryrefslogtreecommitdiffhomepage
path: root/request.c
AgeCommit message (Expand)Author
2021-02-14Fixed connection and request includesAki
2021-02-13Removed connection reference from requestAki
2021-02-13Moved plop to use connection instead of just requestAki
2020-08-16Removed unused http header and source fileAki
2020-08-16Added posix_c_source definition to MakefileAki
2020-08-16Fixed condition in header name stepAki
2020-08-15Data from request is now passed to LuaAki
2020-08-15Implemented content length parsingAki
2020-08-15Moved headers parsing to new system and extended default lua script with debugAki
2020-08-15Moved version parsing to new systemAki
2020-08-15Moved path parsing to new systemAki
2020-08-15Added PROCEED_TO macroAki
2020-08-15Moved parsed method to lua stateAki
2020-08-15Added lua state to requestsAki
2020-08-15Split http into request and response headersAki