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 Jsonimpl<'a, 'b> Plugin<Request<'a, 'b>> for Jsonimpl Clone for Jsonfn clone(&self) -> Jsonfn clone_from(&mut self, source: &Self)