-
## The dependency [koa](https://github.com/koajs/koa) was updated from `2.7.0` to `2.8.0`.
🚨 [View failing branch](https://github.com/amercier/nuxt-template/compare/master...amercier:greenkeeper%2Fk…
-
## The dependency [koa](https://github.com/koajs/koa) was updated from `2.7.0` to `2.8.0`.
🚨 [View failing branch](https://github.com/jonathanong/ims/compare/master...jonathanong:greenkeeper%2Fkoa-2…
-
## Version **2.4.0** of [koa](https://github.com/koajs/koa) was just published.
Branch
Build failing 🚨
Dependency
koa
…
-
## The dependency [koa](https://github.com/koajs/koa) was updated from `2.7.0` to `2.8.0`.
🚨 [View failing branch](https://github.com/devilesk/dota-ihl-bot/compare/master...devilesk:greenkeeper%2Fko…
-
***
☝️ **Important announcement:** Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at greenkeeper.io](https://greenkeep…
-
## Version **2.0.1** of [koa](https://github.com/koajs/koa) just got published.
Branch
Build failing 🚨
Dependency
koa
…
-
## The dependency [koa-response-time](https://github.com/koajs/response-time) was updated from `2.0.0` to `2.1.0`.
🚨 [View failing branch](https://github.com/jonathanong/ims/compare/master...jonatha…
-
## The dependency [koa-logger](https://github.com/koajs/logger) was updated from `3.2.0` to `3.2.1`.
🚨 [View failing branch](https://github.com/BCH-Consolidating-CoinJoin/ccoinjoin-server/compare/ma…
-
## Version **2.5.0** of [koa](https://github.com/koajs/koa) was just published.
Branch
Build failing 🚨
Dependency
koa
…
-
this.cookies.set('test', '我是koajs')
====》
http的header字符集支持US-ASCII子集的字符集,故设置中文是'utf8'时就会报上面错误。
解决方案??
把字符串转成base64即可
this.cookies.set('test', new Buffer('我是koajs').toString('base64'))
复制代码
…