renjuen

Results 1 comments of renjuen

I end up setting the `echoHeader` option to `true` and getting the request-id from the response header. Works for me. ``` import Koa from "koa" import morgan from "koa-morgan" import...