{"id":21455726,"url":"https://github.com/fastily/http-echo-server","last_synced_at":"2026-06-28T18:31:02.324Z","repository":{"id":212209612,"uuid":"445439340","full_name":"fastily/http-echo-server","owner":"fastily","description":"🏓 A simple HTTP echo server","archived":false,"fork":false,"pushed_at":"2026-05-05T22:40:03.000Z","size":35,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-06T00:35:12.537Z","etag":null,"topics":["echo-server","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fastily.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-01-07T07:44:43.000Z","updated_at":"2026-05-05T22:40:09.000Z","dependencies_parsed_at":"2025-06-19T07:10:16.938Z","dependency_job_id":"5938aeeb-556f-43e7-948f-fb958ccd810b","html_url":"https://github.com/fastily/http-echo-server","commit_stats":null,"previous_names":["fastily/http-echo-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fastily/http-echo-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastily%2Fhttp-echo-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastily%2Fhttp-echo-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastily%2Fhttp-echo-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastily%2Fhttp-echo-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fastily","download_url":"https://codeload.github.com/fastily/http-echo-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastily%2Fhttp-echo-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34900367,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-28T02:00:05.809Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["echo-server","python3"],"created_at":"2024-11-23T05:13:14.963Z","updated_at":"2026-06-28T18:31:02.305Z","avatar_url":"https://github.com/fastily.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# http-echo-server\n[![Python 3.11+](https://upload.wikimedia.org/wikipedia/commons/6/62/Blue_Python_3.11%2B_Shield_Badge.svg)](https://www.python.org)\n[![License: GPL v3](https://upload.wikimedia.org/wikipedia/commons/8/86/GPL_v3_Blue_Badge.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)\n\nSimple HTTP echo server that responds back with whatver you sent it in plain text.  Intended as debugging/testing tool.\n\n👉 The \"echoed\" body (if a body was included in the original request) will auto-format json and form data for legibility.\n\n## Run\n```bash\n# start in development mode, visit http://127.0.0.1:8000 to view the web interface\npython -m http_echo_server\n\n# run w/ gunicorn, accessible at localhost:8000\ngunicorn -w 2 -b \"0.0.0.0\" http_echo_server.__main__:app\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastily%2Fhttp-echo-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffastily%2Fhttp-echo-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastily%2Fhttp-echo-server/lists"}