]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add picohttpparser.{c.h} from https://github.com/h2o/picohttpparser
authorOndřej Surý <ondrej@isc.org>
Fri, 7 Oct 2022 13:48:26 +0000 (15:48 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 14 Oct 2022 09:26:54 +0000 (11:26 +0200)
commit3a8884f024fb73ce7bc2c275d9bf50925cab6f15
tree056b1f420d25499d9daeacfcff9832b19176d4d8
parenta2318a85a492222a56db28cea7e1f95b32464e9d
Add picohttpparser.{c.h} from https://github.com/h2o/picohttpparser

PicoHTTPParser is a tiny, primitive, fast HTTP request/response parser.

Unlike most parsers, it is stateless and does not allocate memory by
itself. All it does is accept pointer to buffer and the output
structure, and setups the pointers in the latter to point at the
necessary portions of the buffer.
lib/isc/Makefile.am
lib/isc/picohttpparser.c [new file with mode: 0644]
lib/isc/picohttpparser.h [new file with mode: 0644]