./security/httpx, HTTP toolkit that allows running multiple probes

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.7.4nb1, Package name: httpx-1.7.4nb1, Maintainer: leot

httpx is a fast and multi-purpose HTTP toolkit that allows running
multiple probes using the retryablehttp library. It is designed to
maintain result reliability with an increased number of threads.


Master sites:

Filesize: 1711.157 KB

Version history: (Expand)


CVS history: (Expand)


   2026-01-15 20:55:00 by Benny Siegert | Files touched by this commit (202) | Package updated
Log message:
Revbump all Go packages after go125 update
   2025-12-12 10:45:01 by Leonardo Taccari | Files touched by this commit (3) | Package updated
Log message:
httpx: Update to 1.7.4

Changes:
v1.7.4
* bump the modules group with 9 updates

v1.7.3
* Added panic guard + Tests
* Added error handling in htmlToText function
* Updated `-ldp` option to show default ports in CLI output
* Updated HTML parser panic protection with multiple fallback
* Fixed `host` JSON field now returns hostname instead of IP
* Added `host_ip` JSONL field that returns dialed / used IP

v1.7.2
- JS injection support
- Feat: Add auto-referer (HTTP header) option
- Introduce dynamic filtering
- Add custom fingerprint support
- Add network logging
- Feat: add shorthand flag for websocket option in command line
- Strip ANSI color codes from output file while keeping console colors
- Bug fixes
- Performance Improvements
   2025-12-02 20:25:26 by Benny Siegert | Files touched by this commit (202) | Package updated
Log message:
Revbump all Go packages after go125 update
   2025-10-16 20:00:06 by Benny Siegert | Files touched by this commit (200) | Package updated
Log message:
Revbump all Go packages after go125 update
   2025-10-08 08:54:42 by Benny Siegert | Files touched by this commit (200) | Package updated
Log message:
Revbump all Go packages after go125 update
   2025-09-06 15:17:15 by Benny Siegert | Files touched by this commit (195) | Package updated
Log message:
Revbump all Go packages after go125 security update
   2025-08-31 12:03:04 by Benny Siegert | Files touched by this commit (191)
Log message:
Revbump all Go packages after moving to go125
   2025-08-31 11:31:09 by Leonardo Taccari | Files touched by this commit (3)
Log message:
httpx: Update to 1.7.1

Changes:
v1.7.1
* Bug fixes

v1.7.0
* Added option -no-screenshot-full-page to disable full page screenshots
* Bug fixes