Macro rouille::post_input

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

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