simple header-only C library http web-server
- C 98.5%
- HTML 1.2%
- Makefile 0.3%
|
movva
b8f6e5ebdf
Signed-off-by: movva <movva@tutanota.com> |
||
|---|---|---|
| examples | (◕‿◕✿) adds the ability to send filestreams; | |
| body.html | (◕‿◕✿) adds a Makefile | |
| index.html | (◕‿◕✿) adds {{include:template.html}} syntax | |
| LICENSE | (◕‿◕✿) - init commit | |
| Makefile | (◕‿◕✿) adds a Makefile | |
| oiseau.h | (◕‿◕✿) adds the ability to send filestreams; | |
| README.md | (◕‿◕✿) adds including from variable, adds appending (including without parsing) | |
| template.html | (◕‿◕✿) adds a Makefile | |
oiseau - simple header-only C library http web-server
roadmap (click on Code <> as radicle-web doesn't render markdown checkboxes properly)
- static file serving
- templating
- string variables
- number variables
- arrays
- including
- filename in file
- filename in var
- including without analyzing (appending)
- graceful exits
- https
- keep-alive
- caching
- dynamic arrays (toggleable)