{"id":44678743,"url":"https://github.com/vadimpiven/node_reqwest","last_synced_at":"2026-04-25T17:02:23.912Z","repository":{"id":328252710,"uuid":"1113400169","full_name":"vadimpiven/node_reqwest","owner":"vadimpiven","description":"Node.js bindings for reqwest - Rust HTTP client library","archived":false,"fork":false,"pushed_at":"2026-03-04T06:11:17.000Z","size":966,"stargazers_count":2,"open_issues_count":12,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-04T06:14:00.018Z","etag":null,"topics":["client","http","nodejs"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/node-reqwest","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vadimpiven.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/funding.yaml","license":"LICENSE-APACHE.txt","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,"zenodo":null,"notice":"NOTICE.txt","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"buy_me_a_coffee":"vadimpiven","liberapay":"vadimpiven"}},"created_at":"2025-12-09T23:34:46.000Z","updated_at":"2026-01-31T16:32:17.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/vadimpiven/node_reqwest","commit_stats":null,"previous_names":["vadimpiven/node_reqwest"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/vadimpiven/node_reqwest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vadimpiven%2Fnode_reqwest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vadimpiven%2Fnode_reqwest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vadimpiven%2Fnode_reqwest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vadimpiven%2Fnode_reqwest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vadimpiven","download_url":"https://codeload.github.com/vadimpiven/node_reqwest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vadimpiven%2Fnode_reqwest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30236548,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T23:09:55.450Z","status":"ssl_error","status_checked_at":"2026-03-07T23:00:57.737Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["client","http","nodejs"],"created_at":"2026-02-15T04:03:18.366Z","updated_at":"2026-04-25T17:02:23.904Z","avatar_url":"https://github.com/vadimpiven.png","language":"TypeScript","readme":"[![GitHub repo][github-badge]][github-repo]\n[![npm version][npm-badge]][npm-package]\n[![API docs][docs-badge]][docs-site]\n[![Ask DeepWiki][deepwiki-badge]][deepwiki-site]\n[![CI status][status-badge]][status-dashboard]\n[![Test coverage][coverage-badge]][coverage-dashboard]\n\n[github-badge]: https://img.shields.io/github/stars/vadimpiven/node_reqwest?style=flat\u0026logo=github\n[github-repo]: https://github.com/vadimpiven/node_reqwest\n[npm-badge]: https://img.shields.io/npm/v/node-reqwest?logo=npm\n[npm-package]: https://www.npmjs.com/package/node-reqwest\n[docs-badge]: https://img.shields.io/badge/API_docs-typedoc-blue?logo=readthedocs\n[docs-site]: https://vadimpiven.github.io/node_reqwest\n[deepwiki-badge]: https://deepwiki.com/badge.svg\n[deepwiki-site]: https://deepwiki.com/vadimpiven/node_reqwest\n[status-badge]: https://img.shields.io/github/checks-status/vadimpiven/node_reqwest/main?logo=githubactions\u0026label=CI\n[status-dashboard]: https://github.com/vadimpiven/node_reqwest/actions?query=branch%3Amain\n[coverage-badge]: https://img.shields.io/codecov/c/github/vadimpiven/node_reqwest/main?logo=codecov\n[coverage-dashboard]: https://app.codecov.io/gh/vadimpiven/node_reqwest/tree/main\n\n[![Open in GitHub Codespaces][codespace-badge]][codespace-action]\n\n[codespace-badge]: https://github.com/codespaces/badge.svg\n[codespace-action]: https://codespaces.new/vadimpiven/node_reqwest?quickstart=1\n\n# node-reqwest\n\nNode.js bindings for [reqwest][reqwest] — a Rust HTTP client\nlibrary. Provides system proxy, trusted system CA certificates,\nand HTTP/2 out of the box, with no additional configuration.\nCompatible with Electron.\n\n[reqwest]: https://crates.io/crates/reqwest\n\n## Packages\n\n| Package | Description |\n| --- | --- |\n| [`node-reqwest`](packages/node) | Published npm package with prebuilt native addon |\n| [`core`](packages/core) | Rust HTTP client (reqwest wrapper) |\n| [`meta`](packages/meta) | Build-time metadata and version tooling |\n\n## Quick start\n\nThe only prerequisite is\n[mise](https://mise.jdx.dev/getting-started.html).\nIt manages Node.js, Rust, Python, pnpm, and all other tooling\nautomatically.\n\n```bash\ngit clone https://github.com/vadimpiven/node_reqwest.git\ncd node_reqwest\nmise trust\nmise install\nmise run test\n```\n\nRerun tests without cache: `mise run -f t`\n\n## Build requirements\n\n### Required\n\n- [mise](https://mise.jdx.dev/getting-started.html) for tool\n  version management\n- C++ development toolchain (required by Rust)\n  - Windows: [Build Tools for Visual Studio][vs-build-tools]\n  - macOS: `xcode-select --install`\n  - Linux: preinstalled `g++`\n\n[vs-build-tools]: https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2026\n\n### Optional\n\n- [Docker Desktop](https://www.docker.com/products/docker-desktop/)\n  for dev container (or [OrbStack](https://orbstack.dev/download)\n  for macOS)\n\n## Environment setup\n\n```bash\n# GitHub token avoids rate limits during mise tool installation\n# https://github.com/settings/personal-access-tokens/new\n[ -f .env ] || cp .env.example .env\n# Edit .env and set GITHUB_TOKEN\n```\n\n## Docker build and test\n\nTo verify glibc compatibility or test in a clean environment, use\nVS Code [Dev Containers][devcontainers] extension to open the\nproject directly in the container.\n\n[devcontainers]: https://code.visualstudio.com/docs/devcontainers/containers\n\nFor manual Docker usage:\n\n```bash\n[ -f .env ] || cp .env.example .env\ngrep -q \"^USER_UID=\" .env || echo \"USER_UID=$(id -u)\" \u003e\u003e .env\ngrep -q \"^USER_GID=\" .env || echo \"USER_GID=$(id -g)\" \u003e\u003e .env\n\nmise run docker   # build, run and attach\nmise install      # inside the container\nmise run test     # inside the container\nexit              # stop the container\n```\n\n## Mitmproxy\n\nThe Docker environment includes [mitmproxy](https://mitmproxy.org/)\nfor inspecting HTTP/HTTPS traffic. The\n`docker-compose.proxied.yaml` is merged automatically by\n`mise run docker`.\n\n```bash\nMITMPROXY_WEB_PASSWORD=example_password\necho \"MITMPROXY_WEB_PASSWORD=${MITMPROXY_WEB_PASSWORD}\" \u003e\u003e .env\nmise run docker\nopen \"http://127.0.0.1:8081/?token=${MITMPROXY_WEB_PASSWORD}\"\n```\n\n## Troubleshooting\n\nReset the environment and free up disk space:\n\n```bash\nmise run clean\n```\n\n## License\n\n[Apache-2.0](LICENSE-APACHE.txt) OR [MIT](LICENSE-MIT.txt)\n","funding_links":["https://buymeacoffee.com/vadimpiven","https://liberapay.com/vadimpiven"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvadimpiven%2Fnode_reqwest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvadimpiven%2Fnode_reqwest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvadimpiven%2Fnode_reqwest/lists"}