https://github.com/nomaster/httpie-docker
Docker image for HTTPie
https://github.com/nomaster/httpie-docker
alpine docker httpie python
Last synced: about 1 month ago
JSON representation
Docker image for HTTPie
- Host: GitHub
- URL: https://github.com/nomaster/httpie-docker
- Owner: nomaster
- License: mit
- Created: 2018-04-22T11:22:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:24:22.000Z (over 1 year ago)
- Last Synced: 2025-02-16T04:23:30.069Z (3 months ago)
- Topics: alpine, docker, httpie, python
- Homepage: https://hub.docker.com/r/nomaster/httpie/
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTTPie in Docker
## Description
Docker image for HTTPie. For your convenience to run!
## Usage
On a machine with Docker, run the following commmand:
```shell
docker run --rm -t nomaster/httpie GET https://example.com
```Maybe even more convenient: set a shell alias!
```
alias http="docker run --rm -t nomaster/httpie"
http GET https://example.com
```## Further information
For examples and usage, see the [man page](https://www.mankier.com/1/http).
Also see the [HTTPie documentation](https://httpie.org/doc) for a complete reference.
## Credits
HTTPie by [Jakub Roztočil](https://github.com/jakubroztocil/httpie).