GitXplorerGitXplorer
j

arepa

public
7 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
aabc3c53c3bd0ae753c2c2c1c34e480163046c48

Include tests and improve the memory management

jjuanarbol committed 5 months ago
Unverified
a56377613f30de6d5c970ef45d81291d50888081

Initial commit, first implementation of a quite simple C HTTP parser

jjuanarbol committed 5 months ago

README

The README file for this repository.

Arepa

This is a purely experimental HTTP parser lib written in C.

Build instructions

$ mkdir -p build
$ (cd build cmake ..)
$ cmake --build build