htmx feature
This commit is contained in:
parent
2097bd1cca
commit
008648dda8
2 changed files with 2 additions and 3 deletions
|
@ -31,3 +31,4 @@ reqwest = { version = "0.11", features = ["blocking"] }
|
|||
|
||||
[features]
|
||||
cache = []
|
||||
htmx = []
|
||||
|
|
|
@ -5,11 +5,9 @@ pub mod format;
|
|||
pub mod page;
|
||||
pub mod request;
|
||||
pub mod result;
|
||||
#[cfg(feature = "htmx")]
|
||||
pub mod htmx;
|
||||
|
||||
// TODO : Cache Headers
|
||||
// TODO : Refactor Responders
|
||||
// TODO : Streaming Responses + Ranges
|
||||
// TODO : API Pagination?
|
||||
// TODO : CORS?
|
||||
// TODO : CSRF?
|
||||
|
|
Loading…
Add table
Reference in a new issue