diff --git a/doc/api/http.md b/doc/api/http.md index 391a2bf4232f7a..86ad7d66911163 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -1805,6 +1805,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])