xh

xh 0.26.2

Friendly and fast tool for sending HTTP requests

https://github.com/ducaale/xh
MIT License
main program: xhprograms: xhs, xh
Maintainers
Platforms (38)
riscv64-linuxx86_64-redoxmips-linuxi686-linuxs390x-linuxpowerpc-linuxx86_64-linuxaarch64-netbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  xh
];
Ad-hoc shell
nix-shell -p xh
Flake (nix run)
nix run nixpkgs#xh