1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-06 21:04:14 +02:00
Files
OpenIntegrations/docs/en/examples/HTTPClient/MaxAttempts.txt
T
Vitaly the Alpaca (bot) 6a92d6a6c8 Main build (Jenkins)
2025-12-13 23:20:33 +03:00

5 lines
120 B
Plaintext
Vendored

Result = OPI_HTTPRequests.NewRequest()
.Initialize()
.MaxAttempts(10)
.ReturnSettings();