summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-09server.c: a basic multithreaded server to handle connectionsHEADmainAnna (navi) Figueiredo Gomes
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
2023-07-08libactivity: (tmp name) http request parseAnna (navi) Figueiredo Gomes
the parse works via callbacks, registered to a method and path. further work will be done to simplify extraction of path, and to make the request struct more private. missing the parsing and handling of reponses. Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>