1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-04-22 01:34:06 +00:00
actix-web/src/prelude.rs
2017-11-27 16:41:37 -08:00

7 lines
180 B
Rust

//! The `actix-web` prelude
pub use super::*;
pub use error::*;
pub use application::ApplicationBuilder;
pub use httpresponse::HttpResponseBuilder;
pub use cookie::CookieBuilder;