diff --git a/doc/api/http.md b/doc/api/http.md index b631afc0570cae..e3b0b0af450751 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -1581,6 +1581,16 @@ added: v0.5.9 Global instance of `Agent` which is used as the default for all HTTP client requests. +## http.maxHeaderSize + + +* {number} + +Read-only property specifying the maximum allowed size of HTTP headers in bytes. +Defaults to 8KB. Configurable using the [`--max-http-header-size`][] CLI option. + ## http.request(options[, callback])