Module stick/middleware/cookies
This module provides middleware for reading cookies from the request.
middleware (next, app)
This middleware provides support for cookie access.
Parameters
Function | next | the wrapped middleware chain |
Object | app | the Stick Application object |
Returns
Function | a JSGI middleware function |