diff --git a/docs/reference/modules/http.asciidoc b/docs/reference/modules/http.asciidoc index 72f4993d139..9fb441a646c 100644 --- a/docs/reference/modules/http.asciidoc +++ b/docs/reference/modules/http.asciidoc @@ -42,6 +42,9 @@ to `100mb` |`http.max_initial_line_length` |The max length of an HTTP URL. Defaults to `4kb` +|`http.max_header_size` | The max size of allowed headers. Defaults to `8kB` + + |`http.compression` |Support for compression when possible (with Accept-Encoding). Defaults to `false`.