elif-http 0.8.8

HTTP server core for the elif.rs LLM-friendly web framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod body_limit;
pub mod compression;
pub mod content_negotiation;
pub mod etag;
pub mod maintenance_mode;
pub mod request_id;
pub mod timeout;

pub use body_limit::*;
pub use compression::*;
pub use content_negotiation::*;
pub use etag::*;
pub use maintenance_mode::*;
pub use request_id::*;
pub use timeout::*;