test

PHOTO EMBED

Wed May 27 2020 20:25:36 GMT+0000 (Coordinated Universal Time)

Saved by @gstucki

app.use(async ctx => {
  ctx; // is the Context
  ctx.request; // is a Koa Request
  ctx.response; // is a Koa Response
});
content_copyCOPY

https://koajs.com/