0 branches
Tree
Top files
Clone with HTTPS:
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
request_test.v
builtin: cleanup interface IError, remove the obsolete .code and .msg fields, deprecated in 2022-02-11 (#22063)
1 year ago
1.61 KB
response.c.v
all: replace `int` with `i32` in `fn C.name(x int) int` declarations (#26522)
last Feb 7
2.39 KB
README.md
all: should rename picohttpparser to pico_http_parser in vlib? (fixes #16151)
last Apr 14
313 bytes
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."