pub fn parse_parameters<'buf>( to_parse: &'buf str, ) -> Result<Vec<(&'buf str, &'buf str)>, ParseError>
Parses an HTTP query string into a key-value hashmap Note: Assumes there will be no whitespace characters.