fomex-cookie
v0.0.3
Published
Cookie parser for fomex
Readme
Fomex cookie
Cookie parser for fomex
Installation
yarn add fomex-cookieUsage
import { baseWebRouter } from 'fomex';
import { PluginCookie } from 'fomex-cookie';
export webRouter = baseWebRouter.global(new PluginCookie());And then you can get ctx.cookie when handle routes.
