{"id":16217169,"url":"https://github.com/mblayman/httpony","last_synced_at":"2025-09-21T17:45:38.473Z","repository":{"id":62569685,"uuid":"41637056","full_name":"mblayman/httpony","owner":"mblayman","description":":horse: An HTTP request listener and pretty printer","archived":false,"fork":false,"pushed_at":"2019-05-07T21:06:21.000Z","size":32,"stargazers_count":55,"open_issues_count":3,"forks_count":6,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-27T08:20:29.099Z","etag":null,"topics":["http","httpie","pretty-print"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mblayman.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}},"created_at":"2015-08-30T17:34:15.000Z","updated_at":"2024-09-04T05:24:46.000Z","dependencies_parsed_at":"2022-11-03T17:15:33.002Z","dependency_job_id":null,"html_url":"https://github.com/mblayman/httpony","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mblayman%2Fhttpony","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mblayman%2Fhttpony/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mblayman%2Fhttpony/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mblayman%2Fhttpony/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mblayman","download_url":"https://codeload.github.com/mblayman/httpony/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243814864,"owners_count":20352037,"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":["http","httpie","pretty-print"],"created_at":"2024-10-10T11:25:39.259Z","updated_at":"2025-09-21T17:45:33.428Z","avatar_url":"https://github.com/mblayman.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HTTPony\n\nHTTPony (pronounced aych-tee-tee-pony) is a simple HTTP server\nthat pretty prints HTTP requests to a terminal.\nIt is a useful aide for developing clients that send HTTP requests.\nHTTPony acts as a sink for a client\nso that a developer can understand what the client is sending.\n\nFor example, this HTTPie request:\n\n```bash\n$ http :8000/pony\nHTTP/1.0 200 OK\nContent-Length: 0\nContent-Type: text/plain; charset=utf-8\nDate: Mon, 31 Aug 2015 03:22:38 GMT\nServer: HTTPony/0.1\n```\n\nShows in HTTPony as:\n\n```bash\n$ httpony\nMaking all your dreams for a pony come true on http://localhost:8000.\nPress Ctrl+C to quit.\n\nGET /pony HTTP/1.1\nAccept: */*\nAccept-Encoding: gzip, deflate\nConnection: keep-alive\nHost: localhost:8000\nUser-Agent: HTTPie/0.9.2\n```\n\nAstute readers will point out that HTTPie can show request output with `-v`,\nbut HTTPony will output for any client that talks HTTP.\nMany libraries do not quickly show their request output.\n\nTo get started:\n\n```bash\n$ pip install httpony\n```\n\nThis project is heavily indebted to [HTTPie][pie].\nThanks for making a great alternative to cURL.\n\n[pie]: http://httpie.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmblayman%2Fhttpony","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmblayman%2Fhttpony","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmblayman%2Fhttpony/lists"}