From fe9c4e710fff26adcd0a159fa54a494b42c0578b Mon Sep 17 00:00:00 2001 From: Denny Crane Date: Wed, 22 Dec 2021 18:07:26 -0400 Subject: [PATCH] Update http.md --- docs/en/interfaces/http.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/en/interfaces/http.md b/docs/en/interfaces/http.md index a2f0944de47..313c6508b55 100644 --- a/docs/en/interfaces/http.md +++ b/docs/en/interfaces/http.md @@ -426,6 +426,9 @@ Next are the configuration methods for different `type`. The following example defines the values of [max_threads](../operations/settings/settings.md#settings-max_threads) and `max_alter_threads` settings, then queries the system table to check whether these settings were set successfully. +!!! note "Warning" + To keep the default `handlers` such as` query`, `play`,` ping`, use the `` rule. + Example: ``` xml @@ -443,6 +446,7 @@ Example: SELECT name, value FROM system.settings WHERE name = {name_2:String} + ``` @@ -475,6 +479,7 @@ Example: query_param + ``` @@ -505,6 +510,7 @@ Return a message. Say Hi! + ```