Module anti_detection

Module anti_detection 

Source
Expand description

Traffic pattern and anti-detection utilities.

Provides request obfuscation, burst control, and adaptive cooldowns for the layer that prepares requests before they hit the network.

Structs§

AntiDetectionConfig
Configuration toggles for anti-detection behaviour.
AntiDetectionContext
Context object mutated by anti-detection strategies before dispatch.
DefaultAntiDetection
Default anti-detection layer combining header jitter, burst throttling, and cooldown management.

Traits§

AntiDetectionStrategy
Trait describing an anti detection step.