v / vlib / picohttpparser / README.md
8 lines · 6 sloc · 313 bytes · 35c3a1b7150305730491ee1307a86bb536aabac3
Raw

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."