mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-07 06:47:39 +03:00
8 lines
181 B
Rust
8 lines
181 B
Rust
//! The `actix-web` prelude
|
|
|
|
pub use super::*;
|
|
|
|
pub use error::*;
|
|
pub use application::ApplicationBuilder;
|
|
pub use httpresponse::HttpResponseBuilder;
|
|
pub use cookie::CookieBuilder;
|