diff --git a/docs/api/response.md b/docs/api/response.md index e75b30152..1ac65cc8e 100644 --- a/docs/api/response.md +++ b/docs/api/response.md @@ -351,3 +351,7 @@ ctx.response.etag = crypto.createHash('md5').update(ctx.body).digest('hex'); ### response.flushHeaders() Flush any set headers, and begin the body. + +### response.writable + + A boolean that indicates whether the response is still writable