Skip to content

Commit ac96253

Browse files
SequoiaMichael Scovetta
authored and
Michael Scovetta
committed
doc: label http.IncomingMessage as a Class
`Server`, `ServerResponse` etc. were marked as classes, this one class was overlooked. PR-URL: nodejs#4589 Fixes: nodejs#4576 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
1 parent e42869f commit ac96253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/http.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ should be used to determine the number of bytes in a given encoding.
788788
And Node.js does not check whether Content-Length and the length of the body
789789
which has been transmitted are equal or not.
790790

791-
## http.IncomingMessage
791+
## Class: http.IncomingMessage
792792

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

0 commit comments

Comments
 (0)