diff --git a/doc/api/http.md b/doc/api/http.md index 5deb50ed8fdbce..62965fcea54545 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -1436,6 +1436,16 @@ response.statusMessage = 'Not found'; After response header was sent to the client, this property indicates the status message which was sent out. +### response.writableFinished + + +* {boolean} + +Is `true` if all data has been flushed to the underlying system, immediately +before the [`'finish'`][] event is emitted. + ### response.write(chunk[, encoding][, callback]) - -* {boolean} - -Is `true` if all data has been flushed to the underlying system, immediately -before the [`'finish'`][] event is emitted. - - ### response.writeContinue()