Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 557 Bytes

README.rst

File metadata and controls

22 lines (16 loc) · 557 Bytes

sfparse - Structured Field Values parser

sfparse is a RFC 9651 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