Skip to content

Commit

Permalink
doc: undo move http.IncomingMessage.statusMessage
Browse files Browse the repository at this point in the history
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 <jasnell@gmail.com>
Reviewed-By: Roman Klauke <romaaan.git@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
  • Loading branch information
techjeffharris authored and rvagg committed Jan 25, 2016
1 parent 711245e commit f462320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/http.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -929,15 +929,15 @@ The 3-digit HTTP response status code. E.G. `404`.

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

The HTTP response status message (reason phrase). E.G. `OK` or `Internal Server Error`.

### message.socket

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

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

The HTTP response status message (reason phrase). E.G. `OK` or `Internal Server Error`.

### message.trailers

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

0 comments on commit f462320

Please sign in to comment.