v.25.6Improvement
Add http_response_headers in http_handlers of any kind
Allow to addhttp_response_headersinhttp_handlersof any kind. #79975 (Andrey Zvonov).
Why it matters
This feature enables users to specify custom HTTP response headers for any type ofhttp_handlers. It enhances HTTP responses by allowing more control over headers, which can be useful for security, caching, or other HTTP protocol customizations.How to use it
Users can add thehttp_response_headers configuration to their http_handlers settings in the ClickHouse server configuration to specify desired HTTP headers to be included in responses.