{"id":13464921,"url":"https://github.com/clue/docker-httpie","last_synced_at":"2026-03-05T23:36:52.194Z","repository":{"id":16806857,"uuid":"19565780","full_name":"clue/docker-httpie","owner":"clue","description":"HTTpie docker image, a cURL-like tool for humans","archived":false,"fork":false,"pushed_at":"2016-06-08T22:13:13.000Z","size":176,"stargazers_count":19,"open_issues_count":4,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-25T08:51:23.583Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/clue.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}},"created_at":"2014-05-08T08:15:24.000Z","updated_at":"2024-12-02T02:48:52.000Z","dependencies_parsed_at":"2022-09-11T21:52:36.566Z","dependency_job_id":null,"html_url":"https://github.com/clue/docker-httpie","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clue%2Fdocker-httpie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clue%2Fdocker-httpie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clue%2Fdocker-httpie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clue%2Fdocker-httpie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clue","download_url":"https://codeload.github.com/clue/docker-httpie/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248402430,"owners_count":21097331,"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":[],"created_at":"2024-07-31T14:00:52.848Z","updated_at":"2026-03-05T23:36:47.126Z","avatar_url":"https://github.com/clue.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# docker-httpie\n\n[HTTPie](http://httpie.org) is a cURL-like tool for humans.\nThis is a [docker](https://www.docker.io) image that eases setup.\n\n## About Httpie\n\n\u003e *From [the official readme](https://github.com/jakubroztocil/httpie#readme):*\n\nHTTPie (pronounced aych-tee-tee-pie) is a *command line HTTP client*.\nIts goal is to make CLI interaction with web services as human-friendly as possible.\nIt provides a simple http command that allows for sending arbitrary HTTP requests using a simple and natural syntax,\nand displays colorized responses. HTTPie can be used for testing, debugging, and generally interacting with HTTP servers.\n\n![alt](https://github.com/jakubroztocil/httpie/raw/master/httpie.png)\n\n## Install\n\nThis docker image is available as a [trusted build on the docker index](https://index.docker.io/u/clue/httpie/),\nso using it is as simple as running:\n\n```bash\n$ docker run clue/httpie\n```\n\nRunning this command for the first time will download the image automatically.\nFurther runs will be immediate, as the image will be cached locally.\n\nTo further ease running, it's recommended to set up a much shorter `alias`\nso that you can easily execute it as just `http`:\n\n```bash\n$ alias http='docker run -it --rm --net=host clue/httpie'\n```\n\nThis will create a temporary alias. In order to make it persist reboots,\nyou can append this exact line to your `~/.bashrc` (or similar) like this:\n\n```bash\n$ alias http \u003e\u003e ~/.bashrc\n```\n\n## Usage\n\nOnce [installed](#install), running HTTPie is as simple as invoking it like this:\n\n\u003e *From [the official examples](https://github.com/jakubroztocil/httpie#examples):*\n\nHello World:\n\n```bash\n$ http httpie.org\n```\n\nCustom HTTP method and headers:\n\n```bash\n$ http PUT example.org X-API-Token:123 name=John\n```\n\nSubmitting forms:\n\n```bash\n$ http -f POST example.org hello=World\n```\n\nUpload a file using redirected input:\n\n```bash\n$ http example.org \u003c file.json\n```\n\nDownload a file and save it via redirected output:\n\n```bash\n$ http example.org/file \u003e file\n```\n\nYou can supply any number of [HTTPie arguments](https://github.com/jakubroztocil/httpie#readme)\nthat will be passed through unmodified.\n\n### Help\n\nHTTPie has a fairly [extensive documentation](https://github.com/jakubroztocil/httpie#readme) available.\nAlso, you can use its included help output:\n\n```bash\n$ http --help\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclue%2Fdocker-httpie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclue%2Fdocker-httpie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclue%2Fdocker-httpie/lists"}