summaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/connect/lib/middleware/cookieParser.js
blob: 80a06e1e4ff7a965467e4f84dac11d04033ee77c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*!
 * Connect - cookieParser
 * Copyright(c) 2010 Sencha Inc.
 * Copyright(c) 2011 TJ Holowaychuk
 * MIT Licensed
 */

/**
 * Cookie parser:
 *
 * See [cookie-parser](https://github.com/expressjs/cookie-parser)
 *
 * @param {String} secret
 * @return {Function}
 * @api public
 */

module.exports = require('cookie-parser');