{"id":15350128,"url":"https://github.com/mars/reqinspeq","last_synced_at":"2026-03-04T00:34:37.449Z","repository":{"id":139298222,"uuid":"175108656","full_name":"mars/reqinspeq","owner":"mars","description":"Web listener that logs complete HTTP requests for inspection","archived":false,"fork":false,"pushed_at":"2024-01-17T00:23:08.000Z","size":15,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T04:17:35.445Z","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/mars.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":"2019-03-12T01:03:58.000Z","updated_at":"2024-08-23T08:58:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"f6d09676-bf16-42b8-a6ec-0d4cc36aa3a5","html_url":"https://github.com/mars/reqinspeq","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.25,"last_synced_commit":"3f10dc1f1e7686e76c2485680c5c8bf3a000e337"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mars%2Freqinspeq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mars%2Freqinspeq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mars%2Freqinspeq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mars%2Freqinspeq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mars","download_url":"https://codeload.github.com/mars/reqinspeq/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249003971,"owners_count":21196793,"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-01T11:57:34.976Z","updated_at":"2026-03-04T00:34:32.426Z","avatar_url":"https://github.com/mars.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"reqinspeq\n=========\n\nA simple web listener that logs complete HTTP requests for inspection.\n\nUsage\n-----\n\n[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)\n\nOnce deployed, follow the Heroku app logs using the [CLI](https://devcenter.heroku.com/articles/heroku-cli) to inspect incoming requests:\n\n```bash\nheroku logs --tail --app $APP_NAME\n```\n\n### Routes\n\nThe app will simply log the request for any path!\n\n`/inspeq-chunked-response` is a special path that will respond with a chunked response that sends a chunk per second, making it easy to observe if a particular web browser or client streams responses from an HTTP server.\n\n### Local Usage\n\nClone this repo, then inside of it:\n\n```\nnpm install\nPORT=3333 RESPONSE_STATUS=204 npm start\n```\n\nThen, watch the output to inspect incoming requests:\n\n```\n\u003e reqinspeq@1.0.0 start /Users/mars.hall/Projects/reqinspeq\n\u003e node server.js\n\nListening on http://localhost:3333\n\n➡️  POST /apps/maushausparty/slugs\nauthorization: Bearer xxxxx\naccept: application/vnd.heroku+json; version=3\ncontent-type: application/json\nhost: localhost:3333\nconnection: close\nuser-agent: Paw/3.1.8 (Macintosh; OS X/10.14.3) GCDHTTPRequest\ncontent-length: 79\n\n{\"process_types\":{\"spinspinsugar\":\"echo \\\"\\ud83c\\udf6d\\\"\"},\"stack\":\"heroku-18\"}\n\n\n➡️  GET /hamurai?data=eyJzb3VyY2UiOiJhcGkiLCJldmVudCI6IkFQSSByZXF1ZXN0IEdFVCAvYXBwcy9zaHJvdWRlZC1jb2FzdC0yMTMzNCIsInJlcXVlc3RlciI6InVua25vd24iLCJ1c2VySWQiOiI5MDAzY2JiMi0xZTA0LTQwZTgtYTFlZi05MmI3ZjE3N2M5YWUiLCJwYWdlIjp7InBhdGgiOiIvYXBwcy9zaHJvdWRlZC1jb2FzdC0yMTMzNCIsInVybCI6Imh0dHA6Ly9sb2NhbGhvc3Q6NTAwMC9hcHBzL3Nocm91ZGVkLWNvYXN0LTIxMzM0Iiwic2VhcmNoIjoiIn0sInByb3BlcnRpZXMiOnsiaHR0cF92ZXJzaW9uIjoiSFRUUC8xLjEiLCJodHRwX2FjY2VwdCI6ImFwcGxpY2F0aW9uL3ZuZC5oZXJva3UranNvbjsgdmVyc2lvbj0zIn19\nuser-agent: curl/7.54.0\nhost: localhost:3333\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmars%2Freqinspeq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmars%2Freqinspeq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmars%2Freqinspeq/lists"}