A crappy HTTP server written in C
  • C 98.2%
  • Makefile 1.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Matty 87511579d6 Add simple HTTP parsing
No heap memory is free'd yet. We just print parsed headers
with an arbitrary maximum size and answer with a 200 OK.

There are various obvious and less obvious bugs and stuff is missing.
2026-07-18 15:04:04 +02:00
.editorconfig Initial commit containing simple port listener 2026-07-12 02:43:09 +02:00
.gitignore Program rename to mattp 2026-07-12 02:45:34 +02:00
Makefile Program rename to mattp 2026-07-12 02:45:34 +02:00
mattp.c Add simple HTTP parsing 2026-07-18 15:04:04 +02:00