Skip to content

Commit

Permalink
docs: Add writable getter to the response doc (#1832)
Browse files Browse the repository at this point in the history
Fixes #1680
  • Loading branch information
TommyDew42 authored Jun 28, 2024
1 parent 8d5beb3 commit cfdb77f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/api/response.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cfdb77f

Please sign in to comment.