diff --git a/doc/api/http.md b/doc/api/http.md index d8d4ef03f41d36..7ddf2c4816c5f8 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -1336,17 +1336,6 @@ A collection of all the standard HTTP response status codes, and the short description of each. For example, `http.STATUS_CODES[404] === 'Not Found'`. -## http.createClient([port][, host]) - - -> Stability: 0 - Deprecated: Use [`http.request()`][] instead. - -Constructs a new HTTP client. `port` and `host` refer to the server to be -connected to. - ## http.createServer([requestListener])