Companion

object Companion

Functions

Link copied to clipboard
fun getType(): <Error class: unknown class>

Get the GType of Cookie

Link copied to clipboard
fun new(name: String, value: String, domain: String, path: String, maxAge: <Error class: unknown class>): Cookie

Creates a new #SoupCookie with the given attributes.

Link copied to clipboard
fun parse(header: String, origin: <Error class: unknown class>? = null): Cookie?

Parses @header and returns a #SoupCookie.