Skip to content

Commit f19b9d6

Browse files
techjeffharrissilverwind
authored andcommitted
doc: undo move http.IncomingMessage.statusMessage
The description for `statusMessage` was accidentally moved under the heading for `http.IncomingMessage.socket`. This commit puts it back in the correct place. PR-URL: #4822 Fixes: #4558 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Roman Klauke <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
1 parent 55607a0 commit f19b9d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/http.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -939,15 +939,15 @@ The 3-digit HTTP response status code. E.G. `404`.
939939

940940
**Only valid for response obtained from [`http.ClientRequest`][].**
941941

942+
The HTTP response status message (reason phrase). E.G. `OK` or `Internal Server Error`.
943+
942944
### message.socket
943945

944946
The [`net.Socket`][] object associated with the connection.
945947

946948
With HTTPS support, use [`request.socket.getPeerCertificate()`][] to obtain the
947949
client's authentication details.
948950

949-
The HTTP response status message (reason phrase). E.G. `OK` or `Internal Server Error`.
950-
951951
### message.trailers
952952

953953
The request/response trailers object. Only populated at the `'end'` event.

0 commit comments

Comments
 (0)