diff --git a/doc/api/https.md b/doc/api/https.md index 5fdfd050587f1d..160967d1eb60bf 100644 --- a/doc/api/https.md +++ b/doc/api/https.md @@ -36,6 +36,13 @@ See [`server.close()`][`http.close()`] from the HTTP module for details. Starts the HTTPS server listening for encrypted connections. This method is identical to [`server.listen()`][] from [`net.Server`][]. + +### server.maxHeadersCount + +- {number} **Default:** `2000` + +See [`http.Server#maxHeadersCount`][]. + ### server.setTimeout([msecs][, callback])