]> git.seodisparate.com - c_simple_http/commit
Impl. print of specific headers arg/option
authorStephen Seo <seo.disparate@gmail.com>
Fri, 6 Sep 2024 08:30:37 +0000 (17:30 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Fri, 6 Sep 2024 08:30:37 +0000 (17:30 +0900)
commit9294108f1349fcc7e5cbd89eb1f826f119bb0d62
tree17769861d6802d57d947082546c874a72e7828ec
parentfcad98059315f908ff1b69e416ec3661a098bb44
Impl. print of specific headers arg/option

TODO: Maybe refactor this to use a hash-map or something similar to
speed up the process. If N = number-of-headers-to-print and M =
size-of-request-buffer, then currrently this will take O(N*M) time.
src/arg_parse.c
src/arg_parse.h
src/http.c
src/http.h
src/main.c
src/test.c