Simple HTTP 1.1 parsing procedures
- Odin 98.1%
- Makefile 1.9%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| http | ||
| .gitignore | ||
| main.odin | ||
| Makefile | ||
| README | ||
__ __
.--.--.--.-----.| |--.______.-----.--.--.-----.| |_.-----.--------.
| | | | -__|| _ |______|__ --| | |__ --|| _| -__| |
|________|_____||_____| |_____|___ |_____||____|_____|__|__|__|
|_____|
---
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.