Skip to content

Commit

Permalink
add middleware.cookies property
Browse files Browse the repository at this point in the history
  • Loading branch information
oberhamsi committed Jun 14, 2011
1 parent 9a7ee96 commit 1df525c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/stick/middleware.js
Expand Up @@ -130,3 +130,11 @@ Object.defineProperty(exports, 'static', {
Object.defineProperty(exports, 'upload', {
get: function() require('./middleware/upload')
});

/**
* Middleware for [cookie support](./cookie/index.html).
* @name cookies
*/
Object.defineProperty(exports, 'cookies', {
get: function() require('./middleware/cookies')
});

0 comments on commit 1df525c

Please sign in to comment.