- Belgium
- https://www.rustybever.be
-
Computer science student from Belgium who loves playing around with servers.
- Joined on
2021-03-28
404 API routes return plaintext
404 API routes return plaintext
To be honest, this isn't really a problem. The only routes that I think should return a proper 404 JSON message are the API routes with URL parameters. Other routes can just return an empty 404,…
Jef Roosens
deleted branch renovate/axum-0.x from Chewing_Bever/site-backend
2022-08-13 12:29:02 +02:00
Update Rust crate axum to 0.5.15
Jef Roosens
synced commits to didier-v3 at Chewing_Bever/didier from mirror
2022-08-13 01:58:52 +02:00
Jef Roosens
synced and deleted reference 2022-08-13 01:58:52 +02:00
links at Chewing_Bever/didier from mirror
Migrate codebase to new option/result split
Now that we're only using V 0.3, we'll do this once V 0.4 is released, which will contain this change (I'm assuming).
Allow middleware that only uses headers
Add a proper "stream" attribute to method
WIP: rework of web framework