diff --git a/doc/api/http.md b/doc/api/http.md index a44fc7d3dc63f5..3aed0315c2e498 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -467,6 +467,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])