{"id":25008732,"url":"https://github.com/snvfk1n/http-tunneling-proxy","last_synced_at":"2026-04-24T12:07:59.667Z","repository":{"id":57268418,"uuid":"78636912","full_name":"snvfk1n/http-tunneling-proxy","owner":"snvfk1n","description":"fairly simple http tunneling proxy","archived":false,"fork":false,"pushed_at":"2017-01-25T09:16:07.000Z","size":33,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-21T02:06:18.532Z","etag":null,"topics":["http","http-tunnel","nodejs","proxy"],"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/snvfk1n.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":"2017-01-11T12:26:34.000Z","updated_at":"2022-03-30T10:44:21.000Z","dependencies_parsed_at":"2022-09-02T02:01:58.961Z","dependency_job_id":null,"html_url":"https://github.com/snvfk1n/http-tunneling-proxy","commit_stats":null,"previous_names":["fallafeljan/http-tunneling-proxy","snvfk1n/http-tunneling-proxy","jankaszel/http-tunneling-proxy"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/snvfk1n/http-tunneling-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snvfk1n%2Fhttp-tunneling-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snvfk1n%2Fhttp-tunneling-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snvfk1n%2Fhttp-tunneling-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snvfk1n%2Fhttp-tunneling-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/snvfk1n","download_url":"https://codeload.github.com/snvfk1n/http-tunneling-proxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snvfk1n%2Fhttp-tunneling-proxy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263108812,"owners_count":23415006,"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","http-tunnel","nodejs","proxy"],"created_at":"2025-02-05T03:23:50.568Z","updated_at":"2026-04-24T12:07:54.649Z","avatar_url":"https://github.com/snvfk1n.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# http-tunneling-proxy\n\n[![npm](https://img.shields.io/npm/v/http-tunneling-proxy.svg)](https://www.npmjs.com/package/http-tunneling-proxy)\n[![Travis](https://travis-ci.org/fallafeljan/http-tunneling-proxy.svg)]()\n\nThis is a simple, minimally modifiable HTTP tunneling proxy written in Node.js. It is based on a snippet available in the\n[Node.js docs](https://nodejs.org/api/http.html#http_event_connect). The module \nexposes a single function and a CLI application for launching a local proxy.\n\n## CLI\n\n`http-tunneling-proxy [--port p] [--host h]`\n\nThis command will spawn a local HTTP tunneling proxy, bound to the specified\nport and hostname. Port defaults to `3030`, while host defaults to `127.0.0.1`.\n\n## API \n\n`createProxyServer([callback])`\n\nThis method will return a fresh, unbound \n[`http.Server`](https://nodejs.org/api/http.html#http_class_http_server)\ninstance that can be bound via `listen()`. The callback function\nwill be called at each request:\n\n```js\nconst createProxyServer = require('http-tunneling-proxy');\n\nconst proxyServer = createProxyServer(req =\u003e {\n  console.log(`${req.method} ${req.url}`);\n});\n\nproxyServer.listen(3030);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnvfk1n%2Fhttp-tunneling-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnvfk1n%2Fhttp-tunneling-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnvfk1n%2Fhttp-tunneling-proxy/lists"}