sfparse is a RFC 9651 Structured Field Values parser written in C.
Online documentation is available.
examples.c contains usage examples of this library.
$ git clone https://github.com/ngtcp2/sfparse
$ cd sfparse
$ git submodule update --init
$ autoreconf -i
$ ./configure
$ make -j$(nproc) check