Cookie
Module | ejs.web |
Namespace | "ejs.web" |
Definition | class Cookie |
Inheritance | Cookie ![]() |
Cookie class to store parsed cookie strings.
Properties
Qualifiers | Property | Type | Description |
---|---|---|---|
internal-47 | domain | String | Domain in which the cookie applies. |
internal-47 | name | String | Name of the cookie. |
internal-47 | path | String | URI path in which the cookie applies. |
internal-47 | value | String | Value of the cookie. |
Cookie Methods
Qualifiers | Method |
---|---|
Cookie() |
Method Detail
Cookie()