cookie-parser binding in ReasonML
- Reason 79.2%
- Shell 20.8%
| example | ||
| src | ||
| tests | ||
| .gitignore | ||
| bsconfig.json | ||
| package.json | ||
| README.md | ||
bs-cookie-parser
cookie-parser binding in ReasonML
Example
let app = Express.express ();
App.use app (CookieParser.make ());
App.listen app port::3000 ;
Installation
TODO
Testing in development
In one terminal:
npm run start
In second terminal:
cd tests && ./test.sh
Testing relies on querying a the
example/Index.reserver and making sure the output matches thetests/reference.data.