Commit graph

9 commits

Author SHA1 Message Date
d554e688e2 style: run rustfmt 2024-11-03 21:34:07 +11:00
76657fce4a style: remove unused use 2024-11-03 16:52:25 +11:00
2b934876e0 refactor+deps: cleanup code, remove unused dep 2024-11-02 21:21:08 +11:00
e58123f496 feat: multithreading! 2024-11-02 21:05:03 +11:00
c5e8c151ce fix: handle multiple handlers + see desc
change break -> continue to not 404 when the first hander doesn't match
2024-11-02 10:48:59 +11:00
3d8837cdb1
fix: incorrect place for, HTTP/1.1 + read desc
handle different body types
2024-11-01 21:59:38 +11:00
af18bf2ebe
refactor: update handler function types to use boxed dynamic dispatch 2024-11-01 21:33:19 +11:00
8d8cfe33fa
feat: dynmaic request path handling 2024-11-01 21:14:47 +11:00
f27747291f
refactor(wip): extract req handling logic 2024-11-01 19:35:25 +11:00