re-export always_ready, forward_ready, fn_service

This commit is contained in:
Ibraheem Ahmed 2021-06-22 23:53:18 -04:00 committed by GitHub
parent 71a78f69fb
commit 626695db9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ pub mod dev {
pub use crate::info::ConnectionInfo;
pub use crate::rmap::ResourceMap;
pub use crate::service::{HttpServiceFactory, ServiceRequest, ServiceResponse, WebService};
pub use actix_service::fn_factory;
pub use actix_service::{always_ready, fn_factory, fn_service, forward_ready};
pub use crate::types::form::UrlEncoded;
pub use crate::types::json::JsonBody;