terrywh / libvspp

various simple progressive parsers, including parsers for key/value pairs and multipart/form-data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LIBVSPP

libvspp is a header-only library contains various simple progressive parsers (can be use for parsing incoming network stream):

  1. keyvalue
  2. multipart
  3. ...

Compiler support for c++17 is required;

License

MIT

About

various simple progressive parsers, including parsers for key/value pairs and multipart/form-data.

License:MIT License


Languages

Language:C++ 96.6%Language:Lua 3.4%