{"id":15521663,"url":"https://github.com/ejona86/fcgi","last_synced_at":"2025-04-23T04:46:28.236Z","repository":{"id":57510306,"uuid":"99069845","full_name":"ejona86/fcgi","owner":"ejona86","description":"A Go net/http/cgi-like FastCGI client","archived":false,"fork":false,"pushed_at":"2023-11-25T15:45:26.000Z","size":41,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-29T22:11:55.964Z","etag":null,"topics":["fastcgi","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","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/ejona86.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":"2017-08-02T03:50:09.000Z","updated_at":"2024-05-17T16:46:24.000Z","dependencies_parsed_at":"2024-06-20T00:23:00.298Z","dependency_job_id":"43654dbc-095d-42b6-ad87-724467540689","html_url":"https://github.com/ejona86/fcgi","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ejona86%2Ffcgi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ejona86%2Ffcgi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ejona86%2Ffcgi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ejona86%2Ffcgi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ejona86","download_url":"https://codeload.github.com/ejona86/fcgi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250372937,"owners_count":21419722,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["fastcgi","golang"],"created_at":"2024-10-02T10:36:16.957Z","updated_at":"2025-04-23T04:46:28.218Z","avatar_url":"https://github.com/ejona86.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go FastCGI client\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/ejona86/fcgi.svg)](https://pkg.go.dev/github.com/ejona86/fcgi)\n\nA FastCGI client for web servers to communicate with FastCGI application\nservers, like those implemented in Go with net/http/fcgi, Python, and PHP.\nBased on Go's net/http/cgi and net/http/fcgi.\n\nIt is designed to be a drop-in replacement for net/http/cgi.\n\n## Usage\n\n```go\nhttp.Handle(\"/trac/\", \u0026fcgi.Handler{\n\tDialer: \u0026fcgi.NetDialer{\n\t\tNetwork: \"unix\",\n\t\tAddress: \"/run/trac.socket\",\n\t},\n\tRoot: \"/trac\",\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fejona86%2Ffcgi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fejona86%2Ffcgi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fejona86%2Ffcgi/lists"}