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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Key for Json
[src]

The value type associated with this key type.

impl<'a, 'b> Plugin<Request<'a, 'b>> for Json
[src]

The error type associated with this plugin.

Create the plugin from an instance of the extended type. Read more