Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Jan 16, 2021
1 parent 5b40b59 commit 92a6b87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 3 additions & 5 deletions doc/api/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -1421,16 +1421,14 @@ Attempting to set a header field name or value that contains invalid characters
will result in a [`TypeError`][] being thrown.

### `response.bytesWritten`
<!-- YAML
added: REPLACEME
-->

* {Integer}

Number of bytes written to response body.

### `response.connection`
<!-- YAML
added: REPLACEME
-->

### `response.connection`
<!-- YAML
added: v0.3.0
Expand Down
3 changes: 3 additions & 0 deletions doc/api/http2.md
Original file line number Diff line number Diff line change
Expand Up @@ -3272,6 +3272,9 @@ Attempting to set a header field name or value that contains invalid characters
will result in a [`TypeError`][] being thrown.

### `response.bytesWritten`
<!-- YAML
added: REPLACEME
-->

* {Integer}

Expand Down

0 comments on commit 92a6b87

Please sign in to comment.