mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-11 17:02:25 +00:00
Add http_response_headers
setting
This commit is contained in:
parent
076a8f8d9e
commit
87601d461f
@ -1818,7 +1818,7 @@ Possible values:
|
||||
- 1 — Enabled.
|
||||
)", 0) \
|
||||
DECLARE(Map, http_response_headers, "", R"(
|
||||
Allows to add or override HTTP headers which the server will return it the response with a successful query result.
|
||||
Allows to add or override HTTP headers which the server will return in the response with a successful query result.
|
||||
This only affects the HTTP interface.
|
||||
|
||||
If the header is already set by default, the provided value will override it.
|
||||
|
Loading…
Reference in New Issue
Block a user