NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.36k stars 13.59k forks source link

Package request: httptoolkit #260213

Open LennyLizowzskiy opened 11 months ago

LennyLizowzskiy commented 11 months ago

HTTP Toolkit is an open-source tool for debugging, testing and building with HTTP(S) on Windows, Linux & Mac.

demo video

Metadata

TomaSajt commented 10 months ago

Sorry, wasn't able to get it working. The httptoolkit-server is the difficult part. I tried building from source, however one of the dependencies tries to npm install more stuff in prebuild, so it wasn't building properly. I tried packaging the prebuilt binary but it's trying to do some auto updating and also package node with itself. I could have patched this when building from source, however the prebuilt one is minified & obfuscated so I couldn't do that.

Et7f3 commented 8 months ago

Have you a branch to continue the work ?

jh-devv commented 5 months ago

+1

Granitosaurus commented 2 months ago

I've started a small bounty of 20$ on this: https://gitpay.me/#/task/843 It's not much but it would be great to have this tool on nix!

TomaSajt commented 2 months ago

I made another attempt at packaging this and I'm pretty close to getting httptoolkit-server to compile from source. This should help with patching out stuff, since we can do it before it gets obfuscated.

Granitosaurus commented 2 months ago

if anyone needs to run this on nix the appimage provided by HttpToolkit works pretty well on nix with no extra dependencies. See the releases section and then $ appimage-run HttpToolkit-1.17.2.AppImage

Would still be great to have this as a nix package though.