v.23.3Improvement

Use _request_body Parameter for Predefined HTTP Queries

Use _request_body parameter to configure predefined HTTP queries. #47086 (Constantine Peresypkin).
ClickHouse introduces the _request_body parameter to configure predefined HTTP queries.

Why it matters

This feature allows users to set predefined HTTP query bodies, simplifying and streamlining HTTP interactions with ClickHouse by enabling easier and more flexible query configurations over HTTP.

How to use it

Users can use the _request_body parameter within their HTTP requests to define the body content of the queries they want to execute against ClickHouse.