https://github.com/athanclark/wai-session-alt
An alternative session middleware for WAI.
https://github.com/athanclark/wai-session-alt
haskell wai wai-session
Last synced: 4 months ago
JSON representation
An alternative session middleware for WAI.
- Host: GitHub
- URL: https://github.com/athanclark/wai-session-alt
- Owner: athanclark
- License: bsd-3-clause
- Created: 2015-12-08T22:42:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-20T22:08:41.000Z (about 10 years ago)
- Last Synced: 2025-07-17T16:56:24.764Z (7 months ago)
- Topics: haskell, wai, wai-session
- Language: Haskell
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wai-session-vcache-simple
TODO: Write description here
## Installation
TODO: Write installation instructions here
## Usage
### Creating `x`
TODO: Write usage instructions here
### Combining `x`
TODO: Write usage instructions here
### Consuming `x`
TODO: Write usage instructions here
## How to run tests
```
cabal configure --enable-tests && cabal build && cabal test
```
## Contributing
TODO: Write contribution instructions here