HTTP Toolkit icon

HTTP Toolkit 1.20.0

HTTP(S) debugging proxy, analyzer, and client

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    http-toolkit # HTTP Toolkit
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    http-toolkit # HTTP Toolkit
  ];
}

Package Definition

{
  "pname": "http-toolkit",
  "version": "1.20.0",
  "src": {
    "url": "https://github.com/httptoolkit/httptoolkit-desktop/releases/download/v1.20.0/HttpToolkit-1.20.0-arm64.dmg",
    "sha256": "04aa78ab47d835ed0f877c6a591194fbd91ba76a61f27a42f394cde3eb4bb0d7"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/HTTP Toolkit.app\" && cp -r \"HTTP Toolkit.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "HTTP(S) debugging proxy, analyzer, and client",
    "homepage": "https://httptoolkit.tech/"
  }
}