]> git.seodisparate.com - c_simple_http/commit
Impl. handling HTTP/1.1 requests
authorStephen Seo <seo.disparate@gmail.com>
Fri, 6 Sep 2024 02:53:28 +0000 (11:53 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Fri, 6 Sep 2024 02:56:00 +0000 (11:56 +0900)
commit9be6ac32bf7d28b6b9127e9bb4608c0c7ec80007
tree7ca0b4bd89e43ece83e5f9d9803b609f288b55b6
parent3f70c52551dd5b835090e662445ca252b16fa18a
Impl. handling HTTP/1.1 requests

TODO:
    Handle errors other than 404 Not Found.
example_config/example.config [new file with mode: 0644]
src/arg_parse.c
src/arg_parse.h
src/http.c
src/http.h
src/main.c