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 7b7b8f2

Browse filesBrowse files
nfearnleytargos
authored andcommitted
doc: documented default statusCode
PR-URL: #28982 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 5008b46 commit 7b7b8f2
Copy full SHA for 7b7b8f2

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.md‎

Copy file name to clipboardExpand all lines: doc/api/http.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1402,7 +1402,7 @@ const server = http.createServer((req, res) => {
14021402
added: v0.4.0
14031403
-->
14041404

1405-
* {number}
1405+
* {number} **Default:** `200`
14061406

14071407
When using implicit headers (not calling [`response.writeHead()`][] explicitly),
14081408
this property controls the status code that will be sent to the client when

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.