We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e42869f commit ac96253Copy full SHA for ac96253
doc/api/http.markdown
@@ -788,7 +788,7 @@ should be used to determine the number of bytes in a given encoding.
788
And Node.js does not check whether Content-Length and the length of the body
789
which has been transmitted are equal or not.
790
791
-## http.IncomingMessage
+## Class: http.IncomingMessage
792
793
An `IncomingMessage` object is created by [`http.Server`][] or
794
[`http.ClientRequest`][] and passed as the first argument to the `'request'`
0 commit comments