mirror of
https://github.com/actix/actix-web.git
synced 2025-04-22 01:34:06 +00:00
7 lines
180 B
Rust
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;
|