Struct bodyparser::Raw
[−]
[src]
pub struct Raw;
Raw is a plugin to read a request body into UTF-8 String.
Doesn't read multipart/form-data
.
pub struct Raw;
Raw is a plugin to read a request body into UTF-8 String.
Doesn't read multipart/form-data
.
impl Key for Raw
[src]impl<'a, 'b> Plugin<Request<'a, 'b>> for Raw
[src]