https://github.com/tompave/plug_cookie_demo
https://github.com/tompave/plug_cookie_demo
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tompave/plug_cookie_demo
- Owner: tompave
- Created: 2016-10-19T02:19:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-19T02:47:59.000Z (over 9 years ago)
- Last Synced: 2025-09-15T18:53:53.598Z (9 months ago)
- Language: Elixir
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PlugCookieDemo
A simple mix project to reproduce an issue with setting cookies.
## Run
Start `iex`:
```shell
iex -S mix
```
And then execute:
```elixir
PlugCookieDemo.start_server
```