{"id":21916535,"url":"https://github.com/cloudnode-pro/request-catcher","last_synced_at":"2025-08-09T20:22:10.802Z","repository":{"id":161950816,"uuid":"596522333","full_name":"cloudnode-pro/request-catcher","owner":"cloudnode-pro","description":"Catch and debug HTTP packets or forward them to a local host","archived":false,"fork":false,"pushed_at":"2023-07-31T15:21:08.000Z","size":168,"stargazers_count":0,"open_issues_count":12,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-27T09:29:09.510Z","etag":null,"topics":["debug","http","http-requests","http-test","webhooks-catcher"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudnode-pro.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":"2023-02-02T11:20:16.000Z","updated_at":"2023-02-06T23:25:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"f693cee9-5e1e-4fa6-bf4d-a7aaa97debcd","html_url":"https://github.com/cloudnode-pro/request-catcher","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/cloudnode-pro%2Frequest-catcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudnode-pro%2Frequest-catcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudnode-pro%2Frequest-catcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudnode-pro%2Frequest-catcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudnode-pro","download_url":"https://codeload.github.com/cloudnode-pro/request-catcher/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244937751,"owners_count":20535124,"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":["debug","http","http-requests","http-test","webhooks-catcher"],"created_at":"2024-11-28T19:18:24.272Z","updated_at":"2025-03-22T09:32:00.010Z","avatar_url":"https://github.com/cloudnode-pro.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# request-catcher\nCatch and debug HTTP packets or forward them to a local host\n\nA public instance can be found at [req.cldn.pro](https://req.cldn.pro).\n\n## Installation\n\n```bash\n# clone repository\ngit clone https://github.com/cloudnode-pro/request-catcher/\n# navigate to the repository directory\ncd request-catcher\n# install dependencies\nnpm install\n# build the software and run it\nnpm start:build\n```\n\nBy default, an HTTP server will be started and listen on port 80. You can change that and also enable HTTPS by creating a `config.json` file or by passing command line arguments.\n\n### Configuration\n- `tls` - TLS options. If set, in addition to HTTP, the server will also serve HTTPS. Optional.\n  - `cert` - Path to the TLS/SSL certificate or certificate chain\n  - `key` - Path to the TLS/SSL private key\n  - `port` - Port to use for HTTPS\n- `port` - Port to use for HTTP\n- `serverName` - Server name broadcasted in the Server HTTP header. Set to undefined to disable. Optional.\n\n### Command line arguments\nYou can pass the following CLI args after `node .` or `npm start --`:\n```\n  -c, --cert \u003cpath\u003e    Path to the TLS/SSL certificate or certificate chain\n  -k, --key \u003cpath\u003e     Path to the TLS/SSL private key\n  -s, --https \u003cport\u003e   Port to use for HTTPS\n  -p, --http \u003cport\u003e    Port to use for HTTP\n  -n, --name \u003cname\u003e    Server name broadcasted in the Server HTTP header\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudnode-pro%2Frequest-catcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudnode-pro%2Frequest-catcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudnode-pro%2Frequest-catcher/lists"}