{"id":16427164,"url":"https://github.com/nbering/http-echo-path","last_synced_at":"2026-05-12T23:02:09.165Z","repository":{"id":57268128,"uuid":"59419095","full_name":"nbering/http-echo-path","owner":"nbering","description":"Tool for debugging CDN URL Rewrites. Echoes information about the request as received by the server.","archived":false,"fork":false,"pushed_at":"2016-05-23T00:29:38.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-07T17:16:38.731Z","etag":null,"topics":[],"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/nbering.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":"2016-05-22T15:20:47.000Z","updated_at":"2016-05-22T19:44:52.000Z","dependencies_parsed_at":"2022-09-02T05:41:05.072Z","dependency_job_id":null,"html_url":"https://github.com/nbering/http-echo-path","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbering%2Fhttp-echo-path","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbering%2Fhttp-echo-path/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbering%2Fhttp-echo-path/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbering%2Fhttp-echo-path/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nbering","download_url":"https://codeload.github.com/nbering/http-echo-path/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240595010,"owners_count":19826296,"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":[],"created_at":"2024-10-11T08:11:45.186Z","updated_at":"2026-05-12T23:02:08.841Z","avatar_url":"https://github.com/nbering.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HTTP Echo Path\n\nA little server to help debugging HTTP routing, URL Rewrites, redirects, proxies, etc.\nTakes a request at the configured port and responds with a simple HTML page with some\ndebugging information.\n\n\u003e I made this in my spare time. If anyone finds that useful, I usually pretty good about\nresponding to support requests on GitHub, but I release this without any warranty or\nguarantee of fitness for a purpose.\n\n## Configuration\n\nConfiguration can be set from package.json, or by setting environment variable overrides.\n\n```js\n{\n    \"config\":\n    {\n        \"port\": 8080\n    }\n}\n```\n\n```bash\nnpm_package_config_port=8081 node index.js\n```\n\n## Use as a Library\n\nReally just so that it makes sense to publish to npm, you can use this project as a library.\n\n```\nnpm install http-echo-path\n```\n\n```js\nvar EchoServer = require(\"http-echo-path\");\n\nvar server = new EchoServer();\nserver.start();\n\n...\n\n//When you want to stop it later...\nserver.stop();\n```\n        \n[MIT License](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnbering%2Fhttp-echo-path","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnbering%2Fhttp-echo-path","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnbering%2Fhttp-echo-path/lists"}