radicle-heartwood-lfs/radicle-httpd/src
cloudhead 5654f08841
httpd: Fix error status code on project not found
It was 500, should be 404.
2023-08-09 12:01:14 +02:00
..
api httpd: Fix error status code on project not found 2023-08-09 12:01:14 +02:00
api.rs httpd: Add socketAddress to `/node` endpoint 2023-08-03 13:30:55 +02:00
axum_extra.rs httpd: Add `/raw` route 2023-02-23 06:16:37 +00:00
cache.rs httpd: Add a cache for `/tree` 2023-07-25 13:10:58 +02:00
error.rs httpd: Separate `Error` types of git route and `/raw` 2023-03-13 16:25:26 +01:00
git.rs httpd: Separate `Error` types of git route and `/raw` 2023-03-13 16:25:26 +01:00
lib.rs httpd: Add a cache for `/tree` 2023-07-25 13:10:58 +02:00
main.rs httpd: Add a cache for `/tree` 2023-07-25 13:10:58 +02:00
raw.rs httpd: Add `CorsLayer` to `/raw` endpoint 2023-03-23 11:07:58 +01:00
test.rs cob: Stabilize formats 2023-08-07 11:05:14 +02:00
tracing_extra.rs httpd: Use `radicle-term` instead of `radicle-cli::terminal` 2023-03-07 14:49:18 +01:00