v/vlib/picohttpparser
2024-04-18 02:44:31 +03:00
..
misc.v picohttpparser: restore formatting for g_digits_lut, after f09826e (#20844) 2024-02-16 12:05:28 +02:00
misc_test.v picohttpparser: add tests for u64toa (#20822) 2024-02-16 12:03:59 +02:00
picohttpparser.v vlib: refactor empty string checks to use s == '' or s != '', instead of s.len == 0 (#21300) 2024-04-18 02:44:31 +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 picohttpparser: add tests for the Request methods (#20906) 2024-02-26 11:52:51 +02: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."