Companion

object Companion

Functions

Link copied to clipboard
fun deleteCookie(cookieName: String, url: String)

Deletes a cookie for the given URL.

Link copied to clipboard
fun formatDate(date: Date): String

Formats the given date according to the RFC 1123 pattern.

Link copied to clipboard
fun getCookieValueFromHeader(name: String?, cookieHeader: String?): String?

Parses the given cookie header and returns the value of the cookie with the given name.

Link copied to clipboard
fun handleAllCookies(cookies: List<String?>?, hostName: String, domainGroupId: String)

Handle the cookies.

Link copied to clipboard
fun store(profileId: String?, hostname: String, domainGroupId: String)