{"id":26194097,"url":"https://github.com/fl64/echo","last_synced_at":"2026-04-22T00:31:56.490Z","repository":{"id":37790712,"uuid":"357953167","full_name":"fl64/echo","owner":"fl64","description":"Simple server for debugging http requests and container env","archived":false,"fork":false,"pushed_at":"2023-12-18T08:26:45.000Z","size":3793,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-27T09:56:23.998Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fl64.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-04-14T15:26:49.000Z","updated_at":"2023-03-04T09:10:19.000Z","dependencies_parsed_at":"2023-12-18T09:59:38.190Z","dependency_job_id":null,"html_url":"https://github.com/fl64/echo","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/fl64/echo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fl64%2Fecho","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fl64%2Fecho/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fl64%2Fecho/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fl64%2Fecho/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fl64","download_url":"https://codeload.github.com/fl64/echo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fl64%2Fecho/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32115798,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T00:31:26.853Z","status":"ssl_error","status_checked_at":"2026-04-22T00:30:22.894Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2025-03-12T01:55:01.245Z","updated_at":"2026-04-22T00:31:56.472Z","avatar_url":"https://github.com/fl64.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"echo\n=========\n\nSimple service for debugging requests, container env and networking\n\n**Localbuild**\n```bash\nmake up\n# or\nmake build\n```\n\n**Usage example**\n```bash\ncurl -H \"TestHeader: somevalue\" localhost:8000 | jq .\ncurl -H \"TestHeader: somevalue\" https://localhost:8443 | jq .\necho \"test\" | nc -q 1 localhost 1234\n```\n\n**Example output:**\n```json\n{\n  \"request\": {\n    \"host\": \"localhost:8000\",\n    \"url\": \"/\",\n    \"method\": \"GET\",\n    \"headers\": {\n      \"Accept\": [\n        \"*/*\"\n      ],\n      \"User-Agent\": [\n        \"curl/7.76.1\"\n      ]\n    },\n    \"body\": \"\",\n    \"remoteaddr\": \"172.28.0.1:37520\"\n  },\n  \"envs\": {\n    \"env\": {\n      \"HOME\": \"/root\",\n      \"HOSTNAME\": \"944803f3b04a\",\n      \"PATH\": \"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\"\n    }\n  },\n  \"hostdata\": {\n    \"args\": \"/app/server\",\n    \"hostname\": \"944803f3b04a\"\n  }\n}\n\n```\n\n**Docker image**\n```bash\ndocker pull fl64/echo:latest\ndocker run --rm -p 8000:8000 -p 8443:8443 -p 1234:1234 fl64/echo:latest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffl64%2Fecho","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffl64%2Fecho","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffl64%2Fecho/lists"}