{"id":21088860,"url":"https://github.com/iolanguage/cgi","last_synced_at":"2026-03-17T18:01:33.314Z","repository":{"id":66367822,"uuid":"124751364","full_name":"IoLanguage/CGI","owner":"IoLanguage","description":null,"archived":false,"fork":false,"pushed_at":"2018-06-11T15:24:51.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-29T21:26:34.008Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Io","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IoLanguage.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-11T11:52:22.000Z","updated_at":"2018-06-11T15:24:52.000Z","dependencies_parsed_at":"2023-02-21T21:45:15.941Z","dependency_job_id":null,"html_url":"https://github.com/IoLanguage/CGI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IoLanguage/CGI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IoLanguage%2FCGI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IoLanguage%2FCGI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IoLanguage%2FCGI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IoLanguage%2FCGI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IoLanguage","download_url":"https://codeload.github.com/IoLanguage/CGI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IoLanguage%2FCGI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30628405,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T17:32:55.572Z","status":"ssl_error","status_checked_at":"2026-03-17T17:32:38.732Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T21:21:12.368Z","updated_at":"2026-03-17T18:01:33.295Z","avatar_url":"https://github.com/IoLanguage.png","language":"Io","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CGI \nCGI supports accessing CGI parameters passed in environment variables or standard input by a web servers like Apache. Example use:\n\n```Io\n#!./ioServer\n\ncgi = CGI clone\n\nredirect = cgi getParameters at(\"redirurl\")\nif (redirect and redirect != \"\",\n\tredirect clipAfterStartOfSeq(\"\\r\")\n\tredirect clipAfterStartOfSeq(\"\\n\")\n\tcgi redirect(redirect)\n\tSystem exit(0)\n )\n\ncgi header(\"Content-type\", \"text/html\")\n\ncgi write(\"\u0026lt;html\u0026gt;\u0026lt;head\u0026gt;\u0026lt;title\u0026gt;test\u0026lt;/title\u0026gt;\u0026lt;body\u0026gt;\")\ncgi write(\"GET Parameters:\")\ncgi getParameters foreach(k, v,\n\tcgi write(k .. \" = \" .. v .. \",\"))\n)\n\ncgi write(\"POST Parameters:\")\ncgi postParameters foreach(k, v,\n\tcgi write(k .. \" = \" .. v .. \",\"))\n)\n\ncgi write(\"COOKIES:\")\ncgi cookies foreach(k, v,\n\tcgi write(k .. \" = \" .. v .. \",\")\n)\n\n```\n\n# Installation\n\n```\neerie install https://github.com/IoLanguage/CGI.git\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiolanguage%2Fcgi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiolanguage%2Fcgi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiolanguage%2Fcgi/lists"}