diff --git a/doc/api/http.markdown b/doc/api/http.markdown index af2e329061..0721984e96 100644 --- a/doc/api/http.markdown +++ b/doc/api/http.markdown @@ -783,7 +783,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'`