1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-31 08:57:00 +02:00

move JsonBody from actix-http

This commit is contained in:
Nikolay Kim
2019-03-16 22:04:09 -07:00
parent 725ee3d396
commit c80884904c
3 changed files with 192 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
//! Helper types
mod form;
mod json;
pub(crate) mod json;
mod path;
mod payload;
mod query;