feat: add support for request timeout settings in the HTTP request node. (#3854)

Co-authored-by: Yeuoly <admin@srmxy.cn>
This commit is contained in:
majian
2024-04-29 13:59:07 +08:00
committed by GitHub
parent 2f84d00300
commit 8f2ae51fe5
17 changed files with 286 additions and 10 deletions

View File

@@ -248,6 +248,15 @@ const translation = {
'header': 'Заголовок',
},
insertVarPlaceholder: 'наберіть \'/\' для вставки змінної',
timeout: {
title: 'Час вичерпано',
connectLabel: 'Тайм-аут з’єднання',
connectPlaceholder: 'Введіть час тайм-ауту з’єднання у секундах',
readLabel: 'Тайм-аут читання',
readPlaceholder: 'Введіть час тайм-ауту читання у секундах',
writeLabel: 'Тайм-аут запису',
writePlaceholder: 'Введіть час тайм-ауту запису у секундах',
},
},
code: {
inputVars: 'Вхідні змінні',