Skip to content
Renaud Guillard edited this page Jul 19, 2022 · 4 revisions

httpmessage - Lightweight HTTP message parsing C library

This library aims to provide HTTP message parsing with low memory footprint and no external library dependencies.

Parsing functions only allocate descriptors that locates HTTP grammar elemets position and length in a HTTP message text buffer.

Table of contents

Links

Clone this wiki locally