Package knf.hydra.core.models
Class BypassModel
-
- All Implemented Interfaces:
public final class BypassModelRepresents the bypass data for a base link.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBypassModel.Companion
-
Constructor Summary
Constructors Constructor Description BypassModel(String baseUrl, String userAgent, String cookies)
-
Method Summary
Modifier and Type Method Description final StringgetBaseUrl()The base url for this bypass final StringgetUserAgent()The User Agent used to generate the bypass final StringgetCookies()The cookies string for the bypass final Map<String, String>asMap(Map<String, String> extraCookies)Get the data in a headers map with optional extra cookies. -
-
Method Detail
-
getBaseUrl
final String getBaseUrl()
The base url for this bypass
-
getUserAgent
final String getUserAgent()
The User Agent used to generate the bypass
-
getCookies
final String getCookies()
The cookies string for the bypass
-
-
-
-