MCPcopy
hub / github.com/koajs/koa / body

Function body

lib/response.js:124–126  ·  view source on GitHub ↗

* Get response body. * * @return {Mixed} * @api public

()

Source from the content-addressed store, hash-verified

122 */
123
124 get body () {
125 return this._body
126 },
127
128 /**
129 * Set response body.

Callers

nothing calls this directly

Calls 1

cleanupPreviousStreamFunction · 0.85

Tested by

no test coverage detected