Values.NetworkTrafficConfigSourceThe network traffic configuration for a pentest, including custom headers and traffic rules.
type nonrec t = {rules : NetworkTrafficRuleList.t option;The list of network traffic rules that control which URLs are allowed or denied during testing.
*)customHeaders : CustomHeaderList.t option;The list of custom HTTP headers to include in network traffic during testing.
*)}