0 branches
Tree
Top files
Clone with HTTPS:
README.md
all: should rename picohttpparser to pico_http_parser in vlib? (fixes #16151)
last Apr 14
313 bytes
misc.v
fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185)
1 year ago
2.36 KB
misc_test.v
checker: fix missing or-block check for callexpr (fix #22835) (#22840)
1 year ago
1.22 KB
picohttpparser.v
examples: fix most notices for `./v -check-unused-fn-args -N build-examples` (remaining ones are triggered for vlib/x/json2/decode.v)
last Jan 25
10.37 KB
Description
Prefer import pico_http_parser for new code. The original
import picohttpparser path remains available for compatibility.
picohttpparser is V implementation of
picohttpparser,
which in turn is "a tiny, primitive, fast HTTP request/response parser."