{"id":37103558,"url":"https://github.com/robsonpeixoto/echo-server","last_synced_at":"2026-01-14T12:32:12.410Z","repository":{"id":18945594,"uuid":"85641248","full_name":"robsonpeixoto/echo-server","owner":"robsonpeixoto","description":"A simple HTTP echo server","archived":false,"fork":false,"pushed_at":"2025-07-23T03:11:40.000Z","size":78,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-23T05:19:48.426Z","etag":null,"topics":["debug","flask","http","python","request"],"latest_commit_sha":null,"homepage":"","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/robsonpeixoto.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":"2017-03-21T00:31:38.000Z","updated_at":"2025-07-23T03:11:43.000Z","dependencies_parsed_at":"2023-01-11T20:30:19.994Z","dependency_job_id":"27450244-605b-4c5a-9b75-3df2e623301f","html_url":"https://github.com/robsonpeixoto/echo-server","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/robsonpeixoto/echo-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robsonpeixoto%2Fecho-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robsonpeixoto%2Fecho-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robsonpeixoto%2Fecho-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robsonpeixoto%2Fecho-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robsonpeixoto","download_url":"https://codeload.github.com/robsonpeixoto/echo-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robsonpeixoto%2Fecho-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28420781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"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":["debug","flask","http","python","request"],"created_at":"2026-01-14T12:32:11.740Z","updated_at":"2026-01-14T12:32:12.392Z","avatar_url":"https://github.com/robsonpeixoto.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# echo-server\n\nJust a simple http application to test and debug HTTP requests.\n\n## Docker Registries\n\n- [Docker Hub](https://hub.docker.com/r/robsonpeixoto/echo-server)\n- [AWS ECR Public](https://gallery.ecr.aws/v2m3p9l8/robsonpeixoto/echo-server)\n- [Github Docker Registry](https://github.com/robsonpeixoto/echo-server/pkgs/container/echo-server)\n\n## Usage\n\n```sh\n❯ docker run --rm -p 5000:5000 -e PORT=5000 -e APP_NAME=robinho -e SHOW_ENVS=1 robsonpeixoto/echo-server\n```\n\nIn other terminal execute the command:\n\n```sh\n❯ http localhost:5000\n\nHTTP/1.1 200 OK\nContent-Length: 428\nContent-Type: application/json\nDate: Wed, 09 Aug 2023 10:42:10 GMT\n\n{\n    \"extras\": {\n        \"app_name\": \"robinho\",\n        \"envs\": {\n            \"APP_NAME\": \"robinho\",\n            \"HOME\": \"/root\",\n            \"HOSTNAME\": \"b8abc5c78e4f\",\n            \"PATH\": \"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\",\n            \"PORT\": \"5000\",\n            \"SHOW_ENVS\": \"1\"\n        }\n    },\n    \"form\": null,\n    \"headers\": {\n        \"Accept\": [\n            \"*/*\"\n        ],\n        \"Accept-Encoding\": [\n            \"gzip, deflate\"\n        ],\n        \"Connection\": [\n            \"keep-alive\"\n        ],\n        \"User-Agent\": [\n            \"HTTPie/3.2.2\"\n        ]\n    },\n    \"method\": \"GET\",\n    \"path\": \"/\",\n    \"query\": {},\n    \"remote\": {\n        \"address\": \"192.168.215.1\",\n        \"port\": \"51628\"\n    }\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobsonpeixoto%2Fecho-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobsonpeixoto%2Fecho-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobsonpeixoto%2Fecho-server/lists"}