Commit graph

19 commits

Author SHA1 Message Date
947687345f chore: add lib names to dict 2024-11-02 11:15:41 +11:00
28cf0bbc15 fix: properly handle Bytes by writing to stream 2024-11-02 11:13:50 +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
545e9bdabe
feat: sending out svgs 2024-11-01 22:51:12 +11:00
3d7bfd490a
feat: Bytes body type 2024-11-01 22:50:56 +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
6744b6dee1
refactor: dry'd HTTP/1.1 2024-11-01 21:15:34 +11:00
8d8cfe33fa
feat: dynmaic request path handling 2024-11-01 21:14:47 +11:00
e8a30fb919
deps: add lucide submodule 2024-11-01 20:21:18 +11:00
1473d03e71
feat: listen on v6 and v4 2024-11-01 19:48:55 +11:00
c69efdcd63
chore: fix misspelling! 2024-11-01 19:42:37 +11:00
f27747291f
refactor(wip): extract req handling logic 2024-11-01 19:35:25 +11:00
db268687f5
refactor: mod responses; send stream back on error 2024-11-01 10:03:17 +11:00
3861096e1d
style: unused 'a 2024-10-31 13:07:31 +11:00
1b19b2b935
refactor: remove &ownership issues 2024-10-31 13:07:10 +11:00
b9c51fc657
deps: add regex crate 2024-10-30 14:02:14 +11:00
952908292b
feat: URL handling 2024-10-30 13:49:27 +11:00
09fc6c1307 Initial commit 2024-10-30 07:58:10 +11:00