This commit is contained in:
JMARyA 2024-12-24 02:12:16 +01:00
parent a89c566120
commit 2097bd1cca
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
4 changed files with 81 additions and 27 deletions

View file

@ -2,10 +2,17 @@ use tokio::sync::OnceCell;
pub mod auth;
pub mod format;
pub mod htmx;
pub mod page;
pub mod request;
pub mod result;
pub mod htmx;
// TODO : Cache Headers
// TODO : Refactor Responders
// TODO : Streaming Responses + Ranges
// TODO : API Pagination?
// TODO : CORS?
// TODO : CSRF?
// Postgres