# sfparse **Repository Path**: lilw1/sfparse ## Basic Information - **Project Name**: sfparse - **Description**: No description available - **Primary Language**: C - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-05 - **Last Updated**: 2024-09-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README sfparse - Structured Field Values parser ======================================== sfparse is a Structured Field Values parser written in C. - `RFC 8941 `_ - `draft-ietf-httpbis-sfbis `_ `Online documentation `_ is available. `examples.c `_ contains usage examples of this library. Build from git --------------- .. code-block:: shell $ git clone https://github.com/ngtcp2/sfparse $ cd sfparse $ git submodule update --init $ autoreconf -i $ ./configure $ make -j$(nproc) check