{"id":17116788,"url":"https://github.com/rusenask/echo-debug-server","last_synced_at":"2025-03-24T00:53:41.196Z","repository":{"id":231004740,"uuid":"764877227","full_name":"rusenask/echo-debug-server","owner":"rusenask","description":"Debug HTTP server","archived":false,"fork":false,"pushed_at":"2024-10-06T18:19:18.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-19T02:44:53.345Z","etag":null,"topics":["debug","echo","golang","http"],"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/rusenask.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":"2024-02-28T21:46:11.000Z","updated_at":"2024-10-06T18:19:21.000Z","dependencies_parsed_at":"2025-01-29T07:36:15.195Z","dependency_job_id":null,"html_url":"https://github.com/rusenask/echo-debug-server","commit_stats":null,"previous_names":["rusenask/echo-debug-server"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusenask%2Fecho-debug-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusenask%2Fecho-debug-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusenask%2Fecho-debug-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusenask%2Fecho-debug-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rusenask","download_url":"https://codeload.github.com/rusenask/echo-debug-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245191632,"owners_count":20575248,"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","echo","golang","http"],"created_at":"2024-10-14T17:49:42.099Z","updated_at":"2025-03-24T00:53:41.166Z","avatar_url":"https://github.com/rusenask.png","language":"Go","readme":"# HTTP debug echo server\n\nSend requests at it and it will disect them back. \n\nStart the server:\n\n```\ngo run main.go\n```\n\nThen, any incoming requests will be reflected back with the details:\n\n```\ncurl -X POST http://localhost:8888\\?some\\=query --data '{\"json\": \"data\"}' \n{\n  \"ServerInfo\": {\n    \"Port\": \":8888\"\n  },\n  \"method\": \"POST\",\n  \"path\": \"/\",\n  \"raw_query\": \"some=query\",\n  \"header\": {\n    \"Accept\": [\n      \"*/*\"\n    ],\n    \"Content-Length\": [\n      \"16\"\n    ],\n    \"Content-Type\": [\n      \"application/x-www-form-urlencoded\"\n    ],\n    \"User-Agent\": [\n      \"curl/7.68.0\"\n    ]\n  },\n  \"body\": \"{\\\"json\\\": \\\"data\\\"}\",\n  \"form_values\": null\n}\n```\n\nTo run on specific port:\n\n```\nPORT=8080 go run main.go\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frusenask%2Fecho-debug-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frusenask%2Fecho-debug-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frusenask%2Fecho-debug-server/lists"}