Navigation Menu

Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Updated http library docs. #3012

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions doc/api/http.markdown
Expand Up @@ -286,6 +286,12 @@ interface. This is an `EventEmitter` with the following events:
Indicates that the underlaying connection was terminated before
`response.end()` was called or able to flush.

### Event: 'finish'

`function () { }`

Indicates that `response.end()` was called and executed properly.

### response.writeContinue()

Sends a HTTP/1.1 100 Continue message to the client, indicating that
Expand Down