BypassModel

data class BypassModel(val baseUrl: String, val userAgent: String, val cookies: String)

Represents the bypass data for a base link.

Constructors

Link copied to clipboard
constructor(baseUrl: String, userAgent: String, cookies: String)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun asMap(extraCookies: Map<String, String> = emptyMap()): Map<String, String>

Get the data in a headers map with optional extra cookies.

Properties

Link copied to clipboard

The base url for this bypass

Link copied to clipboard

The cookies string for the bypass

Link copied to clipboard

The User Agent used to generate the bypass