beet_router 0.0.8

ECS router and server utilities
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod bucket_endpoint;
pub mod common_middleware;
pub mod common_predicates;
mod help_handler;
pub mod html_bundle;
pub use bucket_endpoint::*;
pub use help_handler::*;
pub use html_bundle::*;
mod endpoint;
pub use endpoint::*;
mod server_action;
pub use server_action::*;
mod into_endpoint;
pub use common_middleware::CorsConfig;
pub use into_endpoint::*;