>_ linuxcommand.dev
Networking

xh

Fast HTTP client compatible with httpie-style syntax.

Syntax
$xh [OPTIONS] METHOD URL [DATA]
Examples
Examples
$xh GET https://example.com
Examples
$xh POST https://api.example.com name=sebastian
Typical use cases
GET
xh GET https://example.com
POST
xh POST https://api.example.com key=value
Note Rust-based alternative to curl/httpie with fast startup.
Export