{"id":13581682,"url":"https://github.com/nojima/httpie-go","last_synced_at":"2025-04-06T16:11:03.150Z","repository":{"id":40461282,"uuid":"169956548","full_name":"nojima/httpie-go","owner":"nojima","description":"httpie-like HTTP client written in Go","archived":false,"fork":false,"pushed_at":"2023-09-30T09:48:01.000Z","size":351,"stargazers_count":310,"open_issues_count":8,"forks_count":25,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T15:11:12.590Z","etag":null,"topics":["client","go","http"],"latest_commit_sha":null,"homepage":null,"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/nojima.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}},"created_at":"2019-02-10T08:13:34.000Z","updated_at":"2025-03-06T23:47:39.000Z","dependencies_parsed_at":"2024-01-15T03:57:22.874Z","dependency_job_id":"6e3c3b37-3466-48c5-b13d-eb26237d4128","html_url":"https://github.com/nojima/httpie-go","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nojima%2Fhttpie-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nojima%2Fhttpie-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nojima%2Fhttpie-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nojima%2Fhttpie-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nojima","download_url":"https://codeload.github.com/nojima/httpie-go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247509221,"owners_count":20950232,"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":["client","go","http"],"created_at":"2024-08-01T15:02:10.459Z","updated_at":"2025-04-06T16:11:03.120Z","avatar_url":"https://github.com/nojima.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# httpie-go\n\n[![CircleCI](https://circleci.com/gh/nojima/httpie-go.svg?style=shield)](https://circleci.com/gh/nojima/httpie-go)\n\n![httpie-go screenshot](./docs/images/screenshot.png)\n\n**httpie-go** (`ht`) is a user-friendly HTTP client CLI.\nRequests can be issued with fewer types compared to `curl`.\nResponses are displayed with syntax highlighting.\n\nhttpie-go is a clone of [httpie](https://httpie.org/).\nSince httpie-go is written in Go, it is a single binary and does not require a heavy runtime.\n\n## Examples\n\nThis example sends a GET request to http://httpbin.org/get.\n\n```bash\n$ ht GET httpbin.org/get\n```\n\nThe second example sends a POST request with JSON body `{\"hello\": \"world\", \"foo\": \"bar\"}`.\n\n```bash\n$ ht POST httpbin.org/post hello=world foo=bar\n```\n\nYou can see the request that is being sent with `-v` option.\n\n```bash\n$ ht -v POST httpbin.org/post hello=world foo=bar\n```\n\nRequest HTTP headers can be specified in the form of `key:value`.\n\n```bash\n$ ht -v POST httpbin.org/post X-Foo:foobar\n```\n\nDisable TLS verification.\n\n```bash\n$ ht --verify=no https://httpbin.org/get\n```\n\nDownload a file.\n\n```bash\n$ ht --download \u003cany url you want\u003e\n```\n\n## Documents\n\nAlthough httpie-go does not currently have documents, you can refer to the original [httpie's documentation](https://httpie.org/doc) since httpie-go is a clone of httpie.\nNote that some minor options are yet to be implemented in httpie-go.\n\n## How to build\n\n```\nmake\n```\n\nFor non-standard Linux system like Android [termux](https://termux.com/), use following method to avoid the DNS issue.\n\n```\nmake build-termux\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnojima%2Fhttpie-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnojima%2Fhttpie-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnojima%2Fhttpie-go/lists"}