rouille

Macro 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.