mirror of
https://github.com/actix/actix-web.git
synced 2024-11-27 12:01:15 +00:00
export Payload
This commit is contained in:
parent
2dd57a48d6
commit
2a8c2fb55e
1 changed files with 1 additions and 0 deletions
|
@ -244,6 +244,7 @@ pub mod dev {
|
|||
pub use info::ConnectionInfo;
|
||||
pub use json::{JsonBody, JsonConfig};
|
||||
pub use param::{FromParam, Params};
|
||||
pub use payload::{Payload, PayloadHelper};
|
||||
pub use resource::Resource;
|
||||
pub use route::Route;
|
||||
pub use router::{ResourceDef, ResourceInfo, ResourceType, Router};
|
||||
|
|
Loading…
Reference in a new issue