Subject: | I dont want to retry non-idempotent methods |
I think it would be a great idea to have an option to not retry some
methods (POSTs for example). It is especially handy for requests with
multiple redirects.
This might be a configuration option or a hook to override in a subclass.