Skip to content

ngtcp2/sfparse

Repository files navigation

sfparse - Structured Field Values parser

sfparse is a Structured Field Values parser written in C.

Online documentation is available.

examples.c contains usage examples of this library.

Build from git

$ git clone https://github.com/ngtcp2/sfparse
$ cd sfparse
$ git submodule update --init
$ autoreconf -i
$ ./configure
$ make -j$(nproc) check