1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-27 22:18:36 +02:00

Test data update (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-07-05 14:54:56 +03:00
parent 360dfabcb2
commit 833ceea54a
717 changed files with 886 additions and 878 deletions

View File

@@ -1,3 +1,6 @@
# JSON данные также могут быть переданы как путь к файлу .json
oint tcp ОбработатьЗапрос \
--address "45.79.112.203:4242" \
--data "Echo this!\n"
--address "tcpbin.com:4243" \
--data "Echo this!\n" \
--tls "{'use_tls':true,'accept_invalid_certs':false}"

View File

@@ -1,3 +1,6 @@
:: JSON данные также могут быть переданы как путь к файлу .json
oint tcp ОбработатьЗапрос ^
--address "45.79.112.203:4242" ^
--data "Echo this!\n"
--address "tcpbin.com:4243" ^
--data "Echo this!\n" ^
--tls "{'use_tls':true,'accept_invalid_certs':false}"