Skip to content

Commit

Permalink
js lint - code formatting, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavaa committed Mar 6, 2016
1 parent 84ce98c commit 58bd0b3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/api/http.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,12 @@ It includes

* `responseCode` {Number}
* `responseMessage` {String}
* `headers` {Object}
* `headers` {Object|Array}

The headers member will be either an object of the form
`{header-names: header value}`
or an array of the form
`[['header-name', 'header-value'] ...]`

### Event: 'close'

Expand Down

0 comments on commit 58bd0b3

Please sign in to comment.