Exercise Bonus So far, we’ve only used strings as bodies.Koa supports the following types of bodies: Strings Buffers Streams (node) JSON Objects If the body is not treated as...
Exercise Now that you sort of have the idea of generators,the next step is to make the simplest Koa app, ever. Unlike Express where you use node.js’ req and res object,Koa exp...