Home > Q&A > body text
ctx.request The object is a request object encapsulated by koa, so how to get the original # in http.createServer ##requestWhere is the object?
ctx.request
request
koa
http.createServer
Where is the object?
怪我咯2017-05-16 13:24:01
ctx.req就是http.createServer中的原始的request
ctx.req