hashicorp / go-retryablehttp

Retryable HTTP client in Go
Mozilla Public License 2.0
1.96k stars 247 forks source link

Re-sign request on retry #216

Closed mgwoj closed 4 months ago

mgwoj commented 6 months ago

In our case we need to re-sign request before initiating retry operation. To achieve that we have added a new handler PrepareRetry which can be used for this purpose, however the signature and the name is as generic as possible.

hashicorp-cla commented 6 months ago

CLA assistant check
All committers have signed the CLA.

mgwoj commented 6 months ago

Hello @dekimsey and @emilymianeil , do you have any timeline when this could be reviewed and merged?

mgwoj commented 4 months ago

Thank you for reviewing and accepting the proposed solution for prepare retry. I have applied your suggestions.