retryablehttp-go
retryablehttp-go copied to clipboard
Fallback mechanism to native CURL
Please describe your feature request:
The library should be able to fallback executing the net.http request with a curl command executed via os.Exec and parse back the result into a valid net.http response
Describe the use case of this feature:
Potential edge cases related to ciphers or http versions