xh
is a friendly and fast tool for sending HTTP requests. It reimplements as much
as possible of HTTPie's excellent design, with a focus
on improved performance.
curl -sfL https://raw.githubusercontent.com/ducaale/xh/master/install.sh | sh
iwr -useb https://raw.githubusercontent.com/ducaale/xh/master/install.ps1 | iex
| OS | Method | Command |
|--------------------|------------|--------------------------------------------|
| Any | Cargo* | cargo install xh
|
| Any | [Huber] | huber install xh
|
| Android ([Termux]) | pkg | pkg install xh
|
| Android ([Magisk]) | Magisk** | magisk --install-module <path/to/module>
|
| Alpine Linux | apk*** | apk add xh
|
| Arch Linux | Pacman | pacman -S xh
|
| Debian & Ubuntu | Apt****| sudo apt install xh
|
| FreeBSD | FreshPorts | pkg install xh
|
| Linux & macOS | Nixpkgs | nix-env -iA nixpkgs.xh
|
| Linux & macOS | Homebrew | brew install xh
|
| macOS | MacPorts | sudo port install xh
|
| Windows | Scoop | scoop install xh
|
| Windows | Chocolatey | choco install xh
|
* Make sure that you have Rust 1.54 or later installed
** To install the module pick one of these releases
*** The xh package is available in Edge and will be in v3.17+. It is built with native-tls only.
**** You will need to add the apt repository from https://apt.cli.rs/
The release page contains prebuilt binaries for Linux, macOS and Windows.
``` USAGE: xh [OPTIONS] <[METHOD] URL> [--] [REQUEST_ITEM]...
ARGS:
<[METHOD] URL> The request URL, preceded by an optional HTTP method
OPTIONS:
-j, --json (default) Serialize data items from the command line as a JSON object
-f, --form Serialize data items from the command line as form fields
--multipart Like --form, but force a multipart/form-data request even without files
--raw