summaryrefslogtreecommitdiff
path: root/src/http_kv.c
Commit message (Expand)AuthorAgeFilesLines
* [core] rename http_kv funcs, reorder http_versionsGlenn Strauss2023-05-031-44/+25
* [core] HTTP_VERSION_3 enum valueGlenn Strauss2023-04-291-0/+2
* [multiple] use buffer_append_char()Glenn Strauss2022-05-111-1/+1
* [multiple] recognize HTTP QUERY methodGlenn Strauss2022-05-051-0/+1
* [core] get_http_method_key() tweakGlenn Strauss2021-11-171-1/+1
* [multiple] http_method_buf()Glenn Strauss2021-08-271-53/+65
* [core] http_kv.[ch] perf tuningGlenn Strauss2021-03-261-34/+32
* [core] update HTTP status codes list from IANAGlenn Strauss2020-10-111-4/+16
* [core] connection transition to HTTP/2; incompleteGlenn Strauss2020-10-111-0/+1
* [core] recognize status: 421 Misdirected RequestGlenn Strauss2020-10-031-0/+1
* [core] HTTP_VERSION_2Glenn Strauss2020-08-131-0/+10
* [multiple] add summaries to top of some modulesGlenn Strauss2020-07-081-0/+7
* [core] http_status_append() short-circuit 200 OKGlenn Strauss2020-07-081-0/+5
* [core] macros CONST_LEN_STR and CONST_STR_LENGlenn Strauss2020-05-231-2/+0
* [core] get_http_method_key() match by strlen firstGlenn Strauss2019-02-091-107/+109
* [core] http_method_append()Glenn Strauss2018-09-231-0/+9
* [core] http_status_append()Glenn Strauss2018-09-231-94/+110
* [core] remove unused get_http_status_body_name()Glenn Strauss2018-08-051-19/+0
* [core] http_kv.[ch] method, status, version strGlenn Strauss2018-08-051-0/+170