mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 21:03:59 +01:00
18 lines
406 B
Markdown
18 lines
406 B
Markdown
|
# httpie
|
||
|
|
||
|
[httpie][httpie] is an alternative to curl and wget.
|
||
|
|
||
|
## Use Cases
|
||
|
|
||
|
httpie can be used to:
|
||
|
|
||
|
- View HTTP request and response headers
|
||
|
- Print, with syntax highlighting, the response body of a URL
|
||
|
- Download any kind of content from a given URL
|
||
|
|
||
|
You should not use httpie if:
|
||
|
|
||
|
- You are working on a server that already has curl or wget available
|
||
|
|
||
|
[httpie]: https://github.com/jakubroztocil/httpie
|