pub fn parse_tokens<I, S>(tokens: I) -> Result<ParsedRequest, Error>where I: IntoIterator<Item = S>, S: Into<String>,