summaryrefslogtreecommitdiff
path: root/src/http_header.h
Commit message (Expand)AuthorAgeFilesLines
* [core] h2 match w/ lsxpack pseudo-header key onlyGlenn Strauss2023-03-251-7/+4
* [multiple] spelling: github action check-spellingGlenn Strauss2023-01-091-1/+1
* [core] HTTP/2 PRIORITY_UPDATE frame (experimental)Glenn Strauss2022-04-101-0/+1
* [multiple] WebSockets over HTTP/2 (fixes #3151)Glenn Strauss2022-03-251-0/+1
* [core] reduce memcmp in http_request_parse_headerGlenn Strauss2021-08-271-0/+10
* [core] http_header_hkey_get() perf (better asm)Glenn Strauss2021-08-271-2/+2
* [multiple] http_header APIs to reduce str copiesGlenn Strauss2021-03-261-0/+6
* [core] http_header_e <=> lshpack_static_hdr_idxGlenn Strauss2020-10-111-0/+3
* [multiple] extend enum http_header_e listGlenn Strauss2020-10-111-1/+45
* [core] extend (data_string *) to store header idGlenn Strauss2020-10-111-2/+1
* [core] http_header_hkey_get_lc() for HTTP/2Glenn Strauss2020-10-111-0/+2
* [core] separate http_header_e from _htags bitmaskGlenn Strauss2020-10-111-30/+30
* [core] http_header_parse_hoff()Glenn Strauss2020-10-031-0/+3
* [core] HTTP2-SettingsGlenn Strauss2020-10-031-0/+1
* [core] http_header_remove_token()Glenn Strauss2020-08-021-0/+2
* [core] stricter parse of numerical digitsGlenn Strauss2020-07-081-0/+3
* [core] use uint32_t in http_header.[ch]Glenn Strauss2020-07-081-14/+14
* [multiple] split con, request (very large change)Glenn Strauss2020-07-081-12/+12
* [core] (const connection *) in http_header_*_get()Glenn Strauss2020-07-081-3/+3
* [core] http_header.c internal inline funcsGlenn Strauss2020-02-241-0/+3
* [core] add User-Agent to http_header_e enumGlenn Strauss2020-02-241-3/+4
* [core] http_header_str_contains_token()Glenn Strauss2020-02-241-0/+3
* [core] mark some more funcs w/ __attribute_pure__Glenn Strauss2019-06-061-0/+1
* [core] fix setting of headers previously reset (fixes #2919)Glenn Strauss2018-11-171-0/+2
* [core] abstraction layer for HTTP header manipGlenn Strauss2018-09-231-0/+57