v/vlib/picohttpparser
2024-11-13 12:30:06 +02:00
..
misc.v fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
misc_test.v checker: fix missing or-block check for callexpr (fix #22835) (#22840) 2024-11-13 12:30:06 +02:00
picohttpparser.v fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
README.md doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
request.v all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
request_test.v builtin: cleanup interface IError, remove the obsolete .code and .msg fields, deprecated in 2022-02-11 (#22063) 2024-08-17 09:53:46 +03:00
response.c.v ci: fix compilation on windows for picohttpparser 2024-02-16 17:18:38 +02:00

Description

picohttpparser is V implementation of picohttpparser, which in turn is "a tiny, primitive, fast HTTP request/response parser."