DdosGuardKiller

class DdosGuardKiller(alwaysBypass: Boolean) : Interceptor

Parameters

alwaysBypass

will pre-emptively fetch ddos guard cookies if true. If false it will only try to get cookies when a request returns 403

Constructors

Link copied to clipboard
constructor(alwaysBypass: Boolean)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun intercept(chain: Interceptor.Chain): Response