fn http_code<I, S>(body_path: &Path, timeout: &str, args: I) -> Result<String>where I: IntoIterator<Item = S>, S: Into<OsString>,