Module: vertx-web-js/cookie
Classes
- Cookie
Methods
-
<static> Cookie.cookie(name, value) → {Cookie}
-
Create a new cookie
Parameters:
Name |
Type |
Description |
name |
string
|
the name of the cookie |
value |
string
|
the cookie value |
- Source:
Returns:
the cookie
-
Type
-
Cookie