Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fdfc72c

Browse filesBrowse files
SequoiaMyles Borins
authored andcommitted
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 <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
1 parent b181e26 commit fdfc72c
Copy full SHA for fdfc72c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/http.markdown‎

Copy file name to clipboardExpand all lines: doc/api/http.markdown
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.