Skip to main content

parse_form

Function parse_form 

Source
pub fn parse_form(body: &str) -> Vec<(String, String)>
Expand description

Parse application/x-www-form-urlencoded body into decoded pairs.