Уточняем описание модуля HttpGet

This commit is contained in:
2023-03-18 15:06:43 +03:00
parent 50a4759063
commit 946979bafe

View File

@@ -34,14 +34,14 @@
"name": "get",
"descr": "Отправить http запрос методом GET.",
"params": [
"http.get('URL')"
"URL"
]
},
{
"name": "post",
"descr": "Отправить http запрос методом POST.",
"params": [
"http.post('URL','message')"
"URL","message"
]
}
]