1
0
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:
Gabriel M. Dutra 2024-12-04 01:35:39 -03:00
parent 115a4eea6e
commit 4e789bf705
4 changed files with 35 additions and 0 deletions

View File

@ -266,6 +266,7 @@
SUBDIR += httpclient
SUBDIR += httpcore
SUBDIR += httptunnel
SUBDIR += httpx
SUBDIR += httrack
SUBDIR += hurl
SUBDIR += hypermail

19
www/httpx/Makefile Normal file
View 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
View 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
View 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.