diff --git a/doc/api/http.md b/doc/api/http.md index 8b2ac1c1514d2b..3005158c81f6bc 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -2386,6 +2386,7 @@ changes: avoided. See [`--insecure-http-parser`][] for more information. **Default:** `false` * `localAddress` {string} Local interface to bind for network connections. + * `localPort` {number} Local port to connect from. * `lookup` {Function} Custom lookup function. **Default:** [`dns.lookup()`][]. * `maxHeaderSize` {number} Optionally overrides the value of [`--max-http-header-size`][] for requests received from the server, i.e.