koa uuid:koa uuid中间件 源码

wavy_87150 45 0 ZIP 2021-02-05 21:02:57

考伊 koa uuid中间件 安装 $ npm install koa - uuid 组态 默认配置 const options = { signed : false , maxAge : 1000 * 60 * 60 * 24 * 365 * 10 , httpOnly : true , } 例 const uuid = require ( 'koa-uuid' ) const Koa = require ( 'koa' ) // options is not reuqire and will be assign const options = { maxAge , e

用户评论
请输入评论内容
评分:
暂无评论