1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-06 02:02:10 +00:00

reexport Server controller form actix-server

This commit is contained in:
Nikolay Kim 2019-03-10 09:20:58 -07:00
parent 3a2035a121
commit 9b8812423c

View file

@ -65,6 +65,7 @@ pub mod dev {
Extensions, Payload, PayloadStream, RequestHead, ResponseHead,
};
pub use actix_router::{Path, ResourceDef, ResourcePath, Url};
pub use actix_server::Server;
pub(crate) fn insert_slash(path: &str) -> String {
let mut path = path.to_owned();