{"id":21275426,"url":"https://github.com/tmsmr/context","last_synced_at":"2025-03-15T13:13:14.977Z","repository":{"id":218970037,"uuid":"747829906","full_name":"tmsmr/context","owner":"tmsmr","description":"Minimal HTTP service that dumps the request context as JSON response","archived":false,"fork":false,"pushed_at":"2024-01-24T19:23:04.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T03:24:30.166Z","etag":null,"topics":["debug","http","proxy","service"],"latest_commit_sha":null,"homepage":"","language":"Go","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/tmsmr.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}},"created_at":"2024-01-24T18:13:54.000Z","updated_at":"2024-01-24T19:01:22.000Z","dependencies_parsed_at":"2024-01-24T19:34:45.344Z","dependency_job_id":"20cd313e-f120-49ee-8fbf-7ff51d64e0a4","html_url":"https://github.com/tmsmr/context","commit_stats":null,"previous_names":["tmsmr/context"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmsmr%2Fcontext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmsmr%2Fcontext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmsmr%2Fcontext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmsmr%2Fcontext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tmsmr","download_url":"https://codeload.github.com/tmsmr/context/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243732303,"owners_count":20338839,"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","proxy","service"],"created_at":"2024-11-21T09:31:25.933Z","updated_at":"2025-03-15T13:13:14.958Z","avatar_url":"https://github.com/tmsmr.png","language":"Go","readme":"# context\n*Minimal HTTP service that dumps the request context as JSON response*\n\n## Get `context`\n- `$ go install github.com/tmsmr/context@latest`, or\n- `$ docker pull ghcr.io/tmsmr/context:latest`\n\n## Use `context`\n- `$ context [-e]`, or\n- `$ docker run --rm -p 8080:8080 ghcr.io/tmsmr/context:latest [-e]`\n\n*With the `-e` flag set, the response also contains environment variables*\n\n## Example\n```bash\ncurl \"localhost:8080/a/b?a=1\u0026b=2\" | jq\n{\n  \"host\": \"localhost:8080\",\n  \"headers\": {\n    \"Accept\": [\n      \"*/*\"\n    ],\n    \"User-Agent\": [\n      \"curl/8.4.0\"\n    ]\n  },\n  \"path\": \"/a/b\",\n  \"query\": {\n    \"a\": \"1\",\n    \"b\": \"2\"\n  },\n  \"env\": null\n}\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmsmr%2Fcontext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftmsmr%2Fcontext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmsmr%2Fcontext/lists"}