pub fn parse_query_string(
    query: &Bytes
) -> Result<HashMap<String, String>, Error>