File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -1351,8 +1351,11 @@ deprecated: v13.0.0
13511351See [ ` response.socket ` ] [ ] .
13521352
13531353### ` response.req `
1354+ <!-- YAML
1355+ added: REPLACEME
1356+ -->
13541357
1355- * {IncomingMessage|undefined}
1358+ * {http. IncomingMessage|undefined}
13561359
13571360If it's a response object in an HTTP request, this object will be it's
13581361` request ` object.
@@ -1391,10 +1394,16 @@ If `callback` is specified, it will be called when the response stream
13911394is finished.
13921395
13931396### ` response.send() `
1397+ <!-- YAML
1398+ added: REPLACEME
1399+ -->
13941400
13951401This is an alias for ` response.end() ` .
13961402
13971403### ` response.redirect(url[, statusCode][, body][, callback]) `
1404+ <!-- YAML
1405+ added: REPLACEME
1406+ -->
13981407
13991408* ` url ` {string}
14001409* ` statusCode ` {number}
You can’t perform that action at this time.
0 commit comments