draft initial http application

This commit is contained in:
yggverse 2026-01-07 23:25:02 +02:00
parent 4c99208535
commit 353c78b2f0
12 changed files with 406 additions and 0 deletions

3
crates/http/README.md Normal file
View file

@ -0,0 +1,3 @@
# rssto-http
Web server implementation based on the Rocket engine