khttpd icon indicating copy to clipboard operation
khttpd copied to clipboard

Switch to PicoHTTPParser or llhttp

Open jserv opened this issue 2 years ago • 0 comments

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.

jserv avatar Jul 09 '23 09:07 jserv