Macro rouille::post_input[][src]

macro_rules! post_input {
    ($request:expr, {$($field:ident: $ty:ty $({$config:expr})*),*$(,)*}) => { ... };
}

Parse input from HTML forms. See the post module for general documentation.