Versions in this module Expand all Collapse all v1 v1.0.0 Dec 3, 2025 Changes in this version + func RunHttpxAndGetCombinedResults(url string, debug bool, extra ...string) (string, error) + func RunHttpxAndGetResults(url string, debug bool, extra ...string) ([]string, error) + func RunHttpxBinaryAndGetResults(target string, httpxBinary string, debug bool, args []string) ([]string, error) + type TestCase interface + Execute func() error