Simple HTTP 1.1 parsing procedures
  • Odin 98.1%
  • Makefile 1.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-05-28 18:49:40 +01:00
http implement basic http request parsing 2026-05-28 18:49:40 +01:00
.gitignore initial commit 2026-05-28 18:49:40 +01:00
main.odin initial commit 2026-05-28 18:49:40 +01:00
Makefile initial commit 2026-05-28 18:49:40 +01:00
README initial commit 2026-05-28 18:49:40 +01:00

                 __                              __                  
.--.--.--.-----.|  |--.______.-----.--.--.-----.|  |_.-----.--------.
|  |  |  |  -__||  _  |______|__ --|  |  |__ --||   _|  -__|        |
|________|_____||_____|      |_____|___  |_____||____|_____|__|__|__|
                                   |_____|                           

---

Simple library for parsing HTTP 1.1 requests, and a few helpers for creating a
very basic web server. Doesn't implement everything in the HTTP 1.1 spec.