diff --git a/docs/api/context.md b/docs/api/context.md index 298a8970d..5d7c336f7 100644 --- a/docs/api/context.md +++ b/docs/api/context.md @@ -185,6 +185,7 @@ Koa uses [http-assert](https://github.com/jshttp/http-assert) for assertions. - `ctx.body` - `ctx.body=` + - `ctx.has()` - `ctx.status` - `ctx.status=` - `ctx.message` @@ -193,6 +194,7 @@ Koa uses [http-assert](https://github.com/jshttp/http-assert) for assertions. - `ctx.length` - `ctx.type=` - `ctx.type` + - `ctx.vary()` - `ctx.headerSent` - `ctx.redirect()` - `ctx.attachment()` @@ -201,3 +203,4 @@ Koa uses [http-assert](https://github.com/jshttp/http-assert) for assertions. - `ctx.remove()` - `ctx.lastModified=` - `ctx.etag=` + - `ctx.writable`