Function parse_parameters

Source
pub fn parse_parameters<'buf>(
    to_parse: &'buf str,
) -> Result<Vec<(&'buf str, &'buf str)>, ParseError>
Expand description

Parses an HTTP query string into a key-value hashmap Note: Assumes there will be no whitespace characters.