| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 711245e commit f462320
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -929,15 +929,15 @@ The 3-digit HTTP response status code. E.G. `404`. | |||
| 929 | 929 | ||
| 930 | 930 | **Only valid for response obtained from [`http.ClientRequest`][].** | |
| 931 | 931 | ||
| 932 | + The HTTP response status message (reason phrase). E.G. `OK` or `Internal Server Error`. | ||
| 933 | + | ||
| 932 | 934 | ### message.socket | |
| 933 | 935 | ||
| 934 | 936 | The [`net.Socket`][] object associated with the connection. | |
| 935 | 937 | ||
| 936 | 938 | With HTTPS support, use [`request.socket.getPeerCertificate()`][] to obtain the | |
| 937 | 939 | client's authentication details. | |
| 938 | 940 | ||
| 939 | - The HTTP response status message (reason phrase). E.G. `OK` or `Internal Server Error`. | ||
| 940 | - | ||
| 941 | 941 | ### message.trailers | |
| 942 | 942 | ||
| 943 | 943 | The request/response trailers object. Only populated at the `'end'` event. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments