aboutsummaryrefslogtreecommitdiff
path: root/lib/http.c
AgeCommit message (Expand)Author
2025-03-22Reorganize the libspl3g
2025-03-22Replace const strings with char* in http_handle_pathspl3g
2025-03-22Add http_ to everythingspl3g
2025-03-22Add internal server error and not found handlersspl3g
2025-03-22Set the req.ctx after filling it with global_ctxspl3g
2025-03-22Simplify the check_handler functionspl3g
2025-03-22Fix the response not fully being sentspl3g
2025-03-22Improve the middleware apispl3g
2025-03-22Add global middleware supportspl3g
2025-03-22Update the api and add middleware supportspl3g
2025-03-19Oopsspl3g
2025-03-19Add http_log functionspl3g
2025-03-19make const string actually constspl3g
2025-03-18Move listen address printing to the listening functionspl3g
2025-03-18Add path parameters supportspl3g
2025-03-18Improve the headers interfacespl3g
2025-03-18Add request contextspl3g
2025-03-16Add query processing and parse error handlingspl3g
2025-03-16Replace push macro with da_append from tsodingspl3g
2025-03-11Move everything to the lib folderspl3g