httpx
httpx copied to clipboard
Change options.TechDetect variable type from string to boolean
Description
Evaluate if changing options.TechDetect from flagSet.DynamicVarP to boolean (flagSet.BoolVarP) makes sense. Within the code it's compared with literal values with true/false, so probably it can be changed directly to bool