{"id":19621348,"url":"https://github.com/commenthol/got-proxy","last_synced_at":"2026-02-01T20:04:59.244Z","repository":{"id":248964963,"uuid":"829585729","full_name":"commenthol/got-proxy","owner":"commenthol","description":"proxy agent for got","archived":false,"fork":false,"pushed_at":"2024-07-18T19:45:12.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T09:48:20.654Z","etag":null,"topics":["got","http-proxy","https-proxy","no-proxy"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/commenthol.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":"2024-07-16T18:24:00.000Z","updated_at":"2024-07-18T19:45:16.000Z","dependencies_parsed_at":"2024-07-21T07:00:28.938Z","dependency_job_id":null,"html_url":"https://github.com/commenthol/got-proxy","commit_stats":null,"previous_names":["commenthol/got-proxy"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commenthol%2Fgot-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commenthol%2Fgot-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commenthol%2Fgot-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commenthol%2Fgot-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/commenthol","download_url":"https://codeload.github.com/commenthol/got-proxy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245212304,"owners_count":20578443,"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":["got","http-proxy","https-proxy","no-proxy"],"created_at":"2024-11-11T11:22:27.344Z","updated_at":"2026-02-01T20:04:54.223Z","avatar_url":"https://github.com/commenthol.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# got-proxy\n\n\u003e proxy agent for got\n\nA proxy agent for [got](https://github.com/sindresorhus/got) which considers\n`http(s)_proxy` and `no_proxy` env-vars or settings. \n\n# usage\n\n```\nnpm i got-proxy\n```\n\n## proxy settings in code\n\n```js\nimport { gotProxy } from 'got-proxy'\n\nconst got = gotProxy({\n  proxy: 'http://my-http.proxy',\n  noProxy: 'localhost,.my.domain'\n})\n\nconst res = await got('https://httpbin.org/anything')\n```\n\n## proxy settings via env vars\n\n```\nhttp_proxy=http://my-http.proxy\nno_proxy=localhost,.my.domain\n```\n\n```js\nimport { gotProxy } from 'got-proxy'\nconst got = gotProxy()\n\nconst res = await got('https://httpbin.org/anything')\n```\n\n\n# license\n\nMIT licensed\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommenthol%2Fgot-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcommenthol%2Fgot-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommenthol%2Fgot-proxy/lists"}