ktor-http
Toggle table of contents
3.3.1
common
Platform filter
common
Switch theme
Search in API
ktor-http
ktor-http
/
io.ktor.http
/
Cookie
/
Cookie
Cookie
constructor
(
name
:
String
,
value
:
String
,
encoding
:
CookieEncoding
=
CookieEncoding.URI_ENCODING
,
maxAge
:
Int
?
=
null
,
expires
:
GMTDate
?
=
null
,
domain
:
String
?
=
null
,
path
:
String
?
=
null
,
secure
:
Boolean
=
false
,
httpOnly
:
Boolean
=
false
,
extensions
:
Map
<
String
,
String
?
>
=
emptyMap()
)
(
source
)