Versions in this module Expand all Collapse all v1 v1.3.6 Nov 13, 2023 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