1pub mod displayable; 2pub mod router; 3pub mod session; 4pub mod state; 5pub mod stream_reader; 6 7pub use nutt_web_macro::{delete, get, include_addr, post, put};