Implements option --retry-on (#4876)

This commit is contained in:
Miroslav Stampar
2021-11-01 21:50:16 +01:00
parent fc9875fc12
commit 9e17babe7b
6 changed files with 26 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ optDict = {
"delay": "float",
"timeout": "float",
"retries": "integer",
"retryOn": "string",
"rParam": "string",
"safeUrl": "string",
"safePost": "string",