We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7222539 commit fb94876Copy full SHA for fb94876
1 file changed
doc/api/http.markdown
@@ -330,6 +330,12 @@ Example:
330
After response header was sent to the client, this property indicates the
331
status code which was sent out.
332
333
+### response.finished
334
+
335
+Default `response.finished = false` ,
336
+When `response.end()` be executed, `response.finished = true`.
337
338
339
### response.statusMessage
340
341
When using implicit headers (not calling `response.writeHead()` explicitly), this property
0 commit comments