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.
pub struct Json;
Json is a plugin to parse a request body into JSON. Uses Raw plugin to parse the body with limit.
impl Key for Json
impl<'a, 'b> Plugin<Request<'a, 'b>> for Json
impl Clone for Json
fn clone(&self) -> Json
fn clone_from(&mut self, source: &Self)