HTTP Client

http.client.retries

Abbreviationht c r
Accessget/set

Description

Maximum HTTP client connection retry attempts.

Arguments

<max #retries>

Default

3

Properties

Supported Platforms

Get example

> get ht c r
R000003
3

Set example

> set ht c r 5
R000008
Set OK

http.client.retry_period

Abbreviationht c p
Accessget/set

Description

HTTP client wait time between connection retry attempts

Arguments

<milliseconds>

Default

1000

Properties

Supported Platforms

Get example

> get ht c p
R000006
1000

Set example

> set ht c p 2000
R000008
Set OK