Skip to main content

query_pairs

Function query_pairs 

Source
fn query_pairs(input: &str) -> IResult<&str, Vec<(&str, &str)>>
Expand description

Parse the ? and then a list of key=val pairs separated by &