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§
- Anti
Detection Config - Configuration toggles for anti-detection behaviour.
- Anti
Detection Context - Context object mutated by anti-detection strategies before dispatch.
- Default
Anti Detection - Default anti-detection layer combining header jitter, burst throttling, and cooldown management.
Traits§
- Anti
Detection Strategy - Trait describing an anti detection step.