Would it be possible to add retries, i.e: ``` retries: 3 retryDelay: 30 ``` If the returned status code is not one of `httpSuccessCodes ` or a timeout, automatically retry the request using the above logic. Defaults to `0` retries.