diff --git a/doc/api/http.md b/doc/api/http.md index 7ddf2c4816c5f8..2f488c9f318f80 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -496,6 +496,8 @@ Once a socket is assigned to this request and is connected * `timeout` {Number} Milliseconds before a request is considered to be timed out. * `callback` {Function} Optional function to be called when a timeout occurs. Same as binding to the `timeout` event. +Returns `request`. + ### request.write(chunk[, encoding][, callback])