]> git.seodisparate.com - c_simple_http/commit
Move config-related code from http.c to config.c
authorStephen Seo <seo.disparate@gmail.com>
Sat, 31 Aug 2024 07:48:24 +0000 (16:48 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Sat, 31 Aug 2024 07:48:24 +0000 (16:48 +0900)
commitf5507c8412786bb74fff05290ab06467e174df4f
treec56fbb3b5acf1ec17cb68b4ac9b56282a4b55584
parentedffbf065680fb805582024169c2dc8abc5a9d59
Move config-related code from http.c to config.c

Also make config-related code more generic and improve unit tests of
config parsing.
Makefile
src/config.c [new file with mode: 0644]
src/config.h [new file with mode: 0644]
src/http.c
src/http.h
src/test.c