Expand description
§The Kvarn Prelude
The purpose of this module is to simplify, make modules dependencies obvious, and keep consistency in the development of the Kvarn web server.
Other specialised preludes can be found as modules, including
- a fs prelude
- a networking prelude
- an internals prelude
- a threading prelude
Re-exports§
pub use crate::application;
pub use crate::comprash;
pub use crate::cors;
pub use crate::csp;
pub use crate::encryption;
pub use crate::extensions;
pub use crate::host;
pub use crate::limiting;
pub use crate::vary;
pub use comprash::UriKey;
pub use cors::AllowList as CorsAllowList;
pub use cors::Cors;
pub use csp::Csp;
pub use csp::Rule as CspRule;
pub use csp::Value as CspValue;
pub use csp::ValueSet as CspValueSet;
pub use error::default as default_error;
pub use error::default_response as default_error_response;
pub use extensions::Package;
pub use extensions::Post;
pub use extensions::Prepare;