mirror of
https://git.kore.io/kore.git
synced 2024-11-11 20:59:07 +01:00
11 lines
173 B
Markdown
11 lines
173 B
Markdown
This example shows cookies API usage
|
|
|
|
* Simple key value cookie
|
|
* Complex cookie with RFC 6265 features
|
|
* Mix with cookie formatted in the header
|
|
|
|
Run:
|
|
```
|
|
# kodev run
|
|
```
|