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 bd31740

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 bcd2cbb commit bd31740
Copy full SHA for bd31740

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
@@ -781,7 +781,7 @@ should be used to determine the number of bytes in a given encoding.
781781
And Node.js does not check whether Content-Length and the length of the body
782782
which has been transmitted are equal or not.
783783

784-
## http.IncomingMessage
784+
## Class: http.IncomingMessage
785785

786786
An `IncomingMessage` object is created by [`http.Server`][] or
787787
[`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.