mirror of
https://github.com/actix/actix-web.git
synced 2025-01-30 19:08:33 +00:00
reexport Server controller form actix-server
This commit is contained in:
parent
3a2035a121
commit
9b8812423c
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue