10 src = fetchFromGitHub {
11 owner = "projectdiscovery";
14 sha256 = "sha256-w4VELxmahqjfiMGXflSnhp5NKPi3HUucjxEUegljbVY=";
17 vendorSha256 = "sha256-9zLZyXrLvxwwkTwtpKxdGftzCZISZ/al98VnPiaMqGA=";
20 description = "Fast and multi-purpose HTTP toolkit";
22 httpx is a fast and multi-purpose HTTP toolkit allow to run multiple
23 probers using retryablehttp library, it is designed to maintain the
24 result reliability with increased threads.
26 homepage = "https://github.com/projectdiscovery/httpx";
27 license = licenses.mit;
28 maintainers = with maintainers; [ fab ];