mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-31 08:57:00 +02:00
move payload futures from actix-http
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
//! Helper types
|
||||
|
||||
mod form;
|
||||
pub(crate) mod form;
|
||||
pub(crate) mod json;
|
||||
mod path;
|
||||
mod payload;
|
||||
pub(crate) mod payload;
|
||||
mod query;
|
||||
pub(crate) mod readlines;
|
||||
|
||||
pub use self::form::{Form, FormConfig};
|
||||
pub use self::json::{Json, JsonConfig};
|
||||
|
Reference in New Issue
Block a user