mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
www/httpx: Add new port
HTTP toolkit that allows running multiple probes using the retryablehttp library
This commit is contained in:
parent
115a4eea6e
commit
4e789bf705
@ -266,6 +266,7 @@
|
||||
SUBDIR += httpclient
|
||||
SUBDIR += httpcore
|
||||
SUBDIR += httptunnel
|
||||
SUBDIR += httpx
|
||||
SUBDIR += httrack
|
||||
SUBDIR += hurl
|
||||
SUBDIR += hypermail
|
||||
|
19
www/httpx/Makefile
Normal file
19
www/httpx/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
PORTNAME= httpx
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.6.9
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= dutra@FreeBSD.org
|
||||
COMMENT= Multi-purpose HTTP toolkit
|
||||
WWW= https://github.com/projectdiscovery/httpx
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= go:1.21,modules
|
||||
GO_MODULE= github.com/projectdiscovery/httpx
|
||||
|
||||
GO_TARGET= ./cmd/${PORTNAME}
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
5
www/httpx/distinfo
Normal file
5
www/httpx/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
TIMESTAMP = 1733285562
|
||||
SHA256 (go/www_httpx/httpx-v1.6.9/v1.6.9.mod) = 7a7cb1058905f462f0b0101488c724e70929d3d4be866e302f29ed0a44f11c0a
|
||||
SIZE (go/www_httpx/httpx-v1.6.9/v1.6.9.mod) = 7736
|
||||
SHA256 (go/www_httpx/httpx-v1.6.9/v1.6.9.zip) = 32f0faeb8db9296652261c2135bba300e6d11c386a2a7adc76bcfd6c37dfd686
|
||||
SIZE (go/www_httpx/httpx-v1.6.9/v1.6.9.zip) = 1766955
|
10
www/httpx/pkg-descr
Normal file
10
www/httpx/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
httpx is a fast and multi-purpose HTTP toolkit that allows running
|
||||
multiple probes using the retryablehttp library.
|
||||
|
||||
Features:
|
||||
- Simple and modular code base making it easy to contribute.
|
||||
- Fast And fully configurable flags to probe multiple elements.
|
||||
- Supports multiple HTTP based probings.
|
||||
- Smart auto fallback from https to http as default.
|
||||
- Supports hosts, URLs and CIDR as input.
|
||||
- Handles edge cases doing retries, backoffs etc for handling WAFs.
|
Loading…
x
Reference in New Issue
Block a user