diff --git a/doc/api/http.md b/doc/api/http.md index eda020aee6c20c..1d4c2ddd8021a9 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -1806,6 +1806,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])