1
0
Fork
You've already forked oiseau
0
simple header-only C library http web-server
  • C 98.5%
  • HTML 1.2%
  • Makefile 0.3%
movva b8f6e5ebdf
(◕‿◕✿) adds the ability to send filestreams;
Signed-off-by: movva <movva@tutanota.com>
2026年03月26日 03:41:04 +01:00
examples (◕‿◕✿) adds the ability to send filestreams; 2026年03月26日 03:41:04 +01:00
body.html (◕‿◕✿) adds a Makefile 2026年03月25日 08:38:20 +01:00
index.html (◕‿◕✿) adds {{include:template.html}} syntax 2026年03月23日 19:04:25 +01:00
LICENSE (◕‿◕✿) - init commit 2026年03月19日 00:03:15 +01:00
Makefile (◕‿◕✿) adds a Makefile 2026年03月25日 08:38:20 +01:00
oiseau.h (◕‿◕✿) adds the ability to send filestreams; 2026年03月26日 03:41:04 +01:00
README.md (◕‿◕✿) adds including from variable, adds appending (including without parsing) 2026年03月23日 20:21:06 +01:00
template.html (◕‿◕✿) adds a Makefile 2026年03月25日 08:38:20 +01:00

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)