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
xh GET https://example.com
xh POST https://api.example.com key=value
Note
Rust-based alternative to curl/httpie with fast startup.
Export