mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-28 01:52:57 +01:00
reexport Server controller form actix-server
This commit is contained in:
parent
3a2035a121
commit
9b8812423c
@ -65,6 +65,7 @@ pub mod dev {
|
|||||||
Extensions, Payload, PayloadStream, RequestHead, ResponseHead,
|
Extensions, Payload, PayloadStream, RequestHead, ResponseHead,
|
||||||
};
|
};
|
||||||
pub use actix_router::{Path, ResourceDef, ResourcePath, Url};
|
pub use actix_router::{Path, ResourceDef, ResourcePath, Url};
|
||||||
|
pub use actix_server::Server;
|
||||||
|
|
||||||
pub(crate) fn insert_slash(path: &str) -> String {
|
pub(crate) fn insert_slash(path: &str) -> String {
|
||||||
let mut path = path.to_owned();
|
let mut path = path.to_owned();
|
||||||
|
Loading…
Reference in New Issue
Block a user