1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/picohttpparser
Alexander Medvednikov 6756d28595 all: 2023 copyright
2023-03-28 22:55:57 +02:00
..
misc.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
picohttpparser.v all: 2023 copyright 2023-03-28 22:55:57 +02:00
README.md docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
request.v ci: fix v -cc gcc -cstrict examples/pico/pico.v 2021-10-01 13:49:38 +03:00
response.v checker: fix nested struct reference type field initialized check. (fix: #15741) (#15752) 2022-09-15 07:59:31 +03:00

Description:

picohttpparser is a thin wrapper over picohttpparser, which in turn is "a tiny, primitive, fast HTTP request/response parser."