httpx icon indicating copy to clipboard operation
httpx copied to clipboard

Change options.TechDetect variable type from string to boolean

Open Mzack9999 opened this issue 1 year ago • 0 comments

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

Mzack9999 avatar May 14 '24 16:05 Mzack9999