jeremycw / httpserver.h

Single header library for writing non-blocking HTTP servers in C
MIT License
1.78k stars 143 forks source link

Major refactor #64

Closed jeremycw closed 1 year ago

jeremycw commented 1 year ago

This is a massive refactor (almost rewrite) that bases the library around new parser that uses a Ragel state machine. It also reorganizes the code into separate files and can be compiled into a binary library as well as used as a single header.