update
This commit is contained in:
parent
a89c566120
commit
2097bd1cca
4 changed files with 81 additions and 27 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue