Skip to content

Commit 98689fa

Browse files
committed
f
1 parent 7b4c759 commit 98689fa

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

doc/api/http.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1351,8 +1351,11 @@ deprecated: v13.0.0
13511351
See [`response.socket`][].
13521352

13531353
### `response.req`
1354+
<!-- YAML
1355+
added: REPLACEME
1356+
-->
13541357

1355-
* {IncomingMessage|undefined}
1358+
* {http.IncomingMessage|undefined}
13561359

13571360
If 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
13911394
is finished.
13921395

13931396
### `response.send()`
1397+
<!-- YAML
1398+
added: REPLACEME
1399+
-->
13941400

13951401
This 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}

0 commit comments

Comments
 (0)