Skip to content

Commit fdfc72c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/http.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ should be used to determine the number of bytes in a given encoding.
783783
And Node.js does not check whether Content-Length and the length of the body
784784
which has been transmitted are equal or not.
785785

786-
## http.IncomingMessage
786+
## Class: http.IncomingMessage
787787

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

0 commit comments

Comments
 (0)