mirror of
https://github.com/actix/actix-web.git
synced 2025-04-09 11:24:05 +00:00
export handler::Handler
I want to implement a custom Factory to strictly define arguments for handlers
This commit is contained in:
parent
fe13789345
commit
c0a09d016f
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ pub mod dev {
|
|||
|
||||
pub use crate::config::{AppConfig, AppService};
|
||||
#[doc(hidden)]
|
||||
pub use crate::handler::Factory;
|
||||
pub use crate::handler::{Factory, Handler};
|
||||
pub use crate::info::ConnectionInfo;
|
||||
pub use crate::rmap::ResourceMap;
|
||||
pub use crate::service::{
|
||||
|
|
Loading…
Reference in a new issue