Skip to content

Commit

Permalink
doc: clarify response.finished
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Jun 26, 2019
1 parent c1f0cbe commit 0999d49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -1170,8 +1170,8 @@ added: v0.0.2

* {boolean}

Boolean value that indicates whether the response has completed. Starts
as `false`. After [`response.end()`][] executes, the value will be `true`.
The `response.finished` property will be `true` if [`response.end()`][]
has been called.

### response.getHeader(name)
<!-- YAML
Expand Down

0 comments on commit 0999d49

Please sign in to comment.