httpie

httpie 3.2.4

Command line HTTP client whose goal is to make CLI human-friendly

https://httpie.org/
BSD 3-clause "New" or "Revised" License
main program: httpprograms: https, httpie, http
Platforms (31)
riscv32-linuxaarch64-linuxarmv6l-linuxs390-linuxloongarch64-linuxm68k-linuxpowerpc-linuxarmv5tel-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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