bs-cookie-parser

0.1.0 • Public • Published

bs-cookie-parser

cookie-parser binding in ReasonML

Example

let app = Express.express();
 
App.use(app, CookieParser.make());
 
App.listen(app, ~port=3000);

Installation

npm install --save bs-cookie-parser bs-express Add bs-cookier-parser and bs-express to bsconfig.json. For example:

{
  ...
  "bs-dependencies": [
    "bs-express",
    "bs-cookie-parser"
  ]
}

Testing in development

In one terminal:

npm run start

In second terminal:

cd tests && ./test.sh

Testing relies on querying a the example/Index.re server and making sure the output matches the tests/reference.data.

/bs-cookie-parser/

    Package Sidebar

    Install

    npm i bs-cookie-parser

    Weekly Downloads

    3

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    5.97 kB

    Total Files

    8

    Last publish

    Collaborators

    • mransan