Struct bodyparser::Json
[−]
[src]
pub struct Json;
Json is a plugin to parse a request body into JSON. Uses Raw plugin to parse the body with limit.
Trait Implementations
impl Clone for Json
[src]
fn clone(&self) -> Json
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more