1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-09-02 01:31:57 +02:00

add App::configure() - allow to offload app configuration to different methods

This commit is contained in:
Nikolay Kim
2019-04-03 15:09:31 -07:00
parent dfa0abf5a5
commit 237bfba1ed
5 changed files with 241 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ use crate::responder::Responder;
use crate::route::Route;
use crate::scope::Scope;
pub use crate::config::RouterConfig;
pub use crate::data::{Data, RouteData};
pub use crate::request::HttpRequest;
pub use crate::types::*;