2019-10-24 19:09:05 +00:00
|
|
|
# HTTPie plugin
|
|
|
|
|
|
|
|
This plugin adds completion for [HTTPie](https://httpie.org), a command line HTTP
|
|
|
|
client, a friendlier cURL replacement.
|
|
|
|
|
|
|
|
To use it, add `httpie` to the plugins array in your zshrc file:
|
2019-01-12 15:47:23 +00:00
|
|
|
|
2019-10-24 19:09:05 +00:00
|
|
|
```zsh
|
|
|
|
plugins=(... httpie)
|
|
|
|
```
|
2019-01-12 15:47:23 +00:00
|
|
|
|
2019-10-24 19:09:05 +00:00
|
|
|
It uses completion from [zsh-completions](https://github.com/zsh-users/zsh-completions).
|
|
|
|
|
2020-06-11 14:59:30 +00:00
|
|
|
|
2019-10-24 19:09:05 +00:00
|
|
|
**Maintainer:** [lululau](https://github.com/lululau)
|