//! Actix Web runtime adapter for Caelix applications.
/// Re-export of `actix_web` for macro-generated code (`#[caelix::main]`, `#[caelix::test]`,
/// `#[controller]`). Consumers only need a `caelix` dependency; they should not depend on
/// `actix-web` solely to satisfy expanded paths.
pub use actix_web as __actix_web;
/// Re-exported public API.
pub use ;
/// Re-exported public API used by generated multipart controller wrappers.
pub use RequestPayload;
/// Re-exported public API.
pub use ;
/// Re-exported public API.
pub use DEFAULT_WEBSOCKET_MAX_MESSAGE_SIZE;