{"id":21765204,"url":"https://github.com/abrander/ginproxy","last_synced_at":"2025-04-13T15:07:26.467Z","repository":{"id":87640769,"uuid":"50685975","full_name":"abrander/ginproxy","owner":"abrander","description":"A very simple proxy handler for gin-gonic","archived":false,"fork":false,"pushed_at":"2016-02-03T20:05:26.000Z","size":2,"stargazers_count":12,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T15:07:20.385Z","etag":null,"topics":["gin-gonic","proxy"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abrander.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}},"created_at":"2016-01-29T19:28:02.000Z","updated_at":"2024-03-24T14:58:20.000Z","dependencies_parsed_at":"2023-04-26T10:47:35.681Z","dependency_job_id":null,"html_url":"https://github.com/abrander/ginproxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abrander%2Fginproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abrander%2Fginproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abrander%2Fginproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abrander%2Fginproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abrander","download_url":"https://codeload.github.com/abrander/ginproxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248732484,"owners_count":21152852,"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":["gin-gonic","proxy"],"created_at":"2024-11-26T13:11:17.828Z","updated_at":"2025-04-13T15:07:26.446Z","avatar_url":"https://github.com/abrander.png","language":"Go","readme":"# ginproxy\nA very simple proxy handler for gin-gonic\n\nCan be used like this:\n\n```go\nimport (\n\t\"github.com/gin-gonic/gin\"\n\t\"github.com/abrander/ginproxy\"\n)\n\nfunc main() {\n\trouter := gin.Default()\n\tg, _ := ginproxy.NewGinProxy(\"http://backend01.example.com/\")\n\trouter.Any(\"/api/*all\", g.Handler)\n\trouter.Run(\":8080\")\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabrander%2Fginproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabrander%2Fginproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabrander%2Fginproxy/lists"}