Skip to content

Commit

Permalink
doc: label http.IncomingMessage as a "Class"
Browse files Browse the repository at this point in the history
`Server`, `ServerResponse` etc. were marked as
classes, this one class was overlooked.
  • Loading branch information
Sequoia committed Jan 8, 2016
1 parent c64018e commit e328b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/http.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ should be used to determine the number of bytes in a given encoding.
And Node.js does not check whether Content-Length and the length of the body
which has been transmitted are equal or not.

## http.IncomingMessage
## Class: http.IncomingMessage

An `IncomingMessage` object is created by [`http.Server`][] or
[`http.ClientRequest`][] and passed as the first argument to the `'request'`
Expand Down

0 comments on commit e328b21

Please sign in to comment.