http-client.ts
Shared HTTP fetch wrapper with retry and timeout for anchor providers.
Optional
Number of retries on transient failures (5xx, network errors).
Base delay between retries in milliseconds (exponential backoff).
Request timeout in milliseconds.
File
http-client.ts
Description
Shared HTTP fetch wrapper with retry and timeout for anchor providers.