Skip to content

Commit e94cd8e

Browse files
committed
readme
1 parent 3bae6be commit e94cd8e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
[![Build Status](https://travis-ci.org/petkaantonov/cookieparser.png?branch=master)](https://travis-ci.org/petkaantonov/cookieparser)
22

3+
#Introduction
4+
35
Fast cookie parser.
46

7+
#Quick start
8+
9+
npm install cookieparser
10+
11+
```js
12+
var cookieparser = require("cookieparser");
13+
cookieparser.parse("foo=bar");
14+
```
15+
16+
#Performance
17+
518
Platform info:
619

720
Windows_NT 6.1.7601 x64

0 commit comments

Comments
 (0)