{"id":13447033,"url":"https://github.com/kevva/caw","last_synced_at":"2025-07-10T20:04:06.426Z","repository":{"id":35674708,"uuid":"39950289","full_name":"kevva/caw","owner":"kevva","description":"Construct HTTP/HTTPS agents for tunneling proxies","archived":false,"fork":false,"pushed_at":"2018-09-02T19:35:51.000Z","size":19,"stargazers_count":43,"open_issues_count":8,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-05T18:39:08.613Z","etag":null,"topics":["http","https","https-agents","nodejs","protocol","proxy","tunnel","tunneling-proxies"],"latest_commit_sha":null,"homepage":null,"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/kevva.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":"2015-07-30T12:50:40.000Z","updated_at":"2025-02-11T15:48:12.000Z","dependencies_parsed_at":"2022-09-16T05:21:00.275Z","dependency_job_id":null,"html_url":"https://github.com/kevva/caw","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/kevva/caw","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevva%2Fcaw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevva%2Fcaw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevva%2Fcaw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevva%2Fcaw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevva","download_url":"https://codeload.github.com/kevva/caw/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevva%2Fcaw/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264646801,"owners_count":23643482,"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":["http","https","https-agents","nodejs","protocol","proxy","tunnel","tunneling-proxies"],"created_at":"2024-07-31T05:01:06.454Z","updated_at":"2025-07-10T20:04:06.408Z","avatar_url":"https://github.com/kevva.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","\u003ca id=\"01e6651181d405ecdcd92a452989e7e0\"\u003e\u003c/a\u003e工具"],"sub_categories":["\u003ca id=\"9d6789f22a280f5bb6491d1353b02384\"\u003e\u003c/a\u003e隧道\u0026\u0026穿透"],"readme":"# caw [![Build Status](https://travis-ci.org/kevva/caw.svg?branch=master)](https://travis-ci.org/kevva/caw)\n\n\u003e Construct HTTP/HTTPS agents for tunneling proxies\n\n\n## Install\n\n```\n$ npm install caw\n```\n\n\n## Usage\n\n```js\nconst caw = require('caw');\nconst got = require('got');\n\ngot('todomvc.com', {\n\tagent: caw()\n}, () =\u003e {});\n```\n\n\n## API\n\n### caw([proxy], [options])\n\n#### proxy\n\nType: `string`\n\nProxy URL. If not set, it'll try getting it using [`get-proxy`](https://github.com/kevva/get-proxy).\n\n#### options\n\nType: `Object`\n\nBesides the options below, you can pass in options allowed in [tunnel-agent](https://github.com/request/tunnel-agent).\n\n##### protocol\n\nType: `string`\u003cbr\u003e\nDefault: `http`\n\nEndpoint protocol.\n\n\n## License\n\nMIT © [Kevin Mårtensson](https://github.com/kevva)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevva%2Fcaw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevva%2Fcaw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevva%2Fcaw/lists"}