retryablehttp-go icon indicating copy to clipboard operation
retryablehttp-go copied to clipboard

Fallback mechanism to native CURL

Open Mzack9999 opened this issue 2 years ago • 0 comments

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

Mzack9999 avatar Dec 09 '22 12:12 Mzack9999