khttpd
khttpd copied to clipboard
Switch to PicoHTTPParser or llhttp
http-parser is not actively maintained.
cppcoffee/khttpd illustrates the use of PicoHTTPParser (MIT License), which is faster than the http-parser currently used in kHTTPd.
llhttp is also much faster than http-parser.