http-parser.c

Small C library to parse HTTP requests
Log | Files | Refs | README | LICENSE

commit 2502aff2da3632e7dd7d0832edc075070967a64c
Author: finwo <finwo@pm.me>
Date:   Sat,  9 Nov 2019 18:34:29 +0100

Project init

Diffstat:
A.dep | 3+++
A.gitignore | 2++
2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/.dep b/.dep @@ -0,0 +1,3 @@ +AUTHOR="Robin Bron <finwo@pm.me>" +NAME="http-parser" +DEPS=() diff --git a/.gitignore b/.gitignore @@ -0,0 +1,2 @@ +/lib +*.o