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
1351
1351
See [ ` response.socket ` ] [ ] .
1352
1352
1353
1353
### ` response.req `
1354
+ <!-- YAML
1355
+ added: REPLACEME
1356
+ -->
1354
1357
1355
- * {IncomingMessage|undefined}
1358
+ * {http. IncomingMessage|undefined}
1356
1359
1357
1360
If it's a response object in an HTTP request, this object will be it's
1358
1361
` request ` object.
@@ -1391,10 +1394,16 @@ If `callback` is specified, it will be called when the response stream
1391
1394
is finished.
1392
1395
1393
1396
### ` response.send() `
1397
+ <!-- YAML
1398
+ added: REPLACEME
1399
+ -->
1394
1400
1395
1401
This is an alias for ` response.end() ` .
1396
1402
1397
1403
### ` response.redirect(url[, statusCode][, body][, callback]) `
1404
+ <!-- YAML
1405
+ added: REPLACEME
1406
+ -->
1398
1407
1399
1408
* ` url ` {string}
1400
1409
* ` statusCode ` {number}
You can’t perform that action at this time.
0 commit comments