-
-
Notifications
You must be signed in to change notification settings - Fork 158
Open
Labels
Description
This library is wonderful for getting and setting individual cookies. I have a case where I need to get all cookies though.
It'd be nice to just re-use the get() function without specifying a key:
var cookies = new Cookies(req, res, keys);
var allCookies = cookies.get();Thanks for your hard work!
stopsopa, rifler and Lanfei