Open
Description
It would be great if Spring Retry could support Retry-After
HTTP header. Currently, this is not possible because one gets this header (and its value) from the response itself. In other words, it would be nice to have a way to set BackOff policy with a possibility to adjust it during retrying based on the value of the Retry-After
header.