immobiliare/RealHTTP

Reimplement HTTPAltRequestValidator for new API set

malcommac opened this issue · 0 comments

Feature Request

This validator can be used to provide an alternate request operation to execute before retry the initial request. It may be used to provide silent login operation when you receive and authorized/forbidden errors.
It's triggered by the triggerHTTPCodes which by default is set .unathorized, .forbidden.

The old implementation is here and should be pretty straightforward to integrate into the new API design.

Q A
New Feature yes
BC Break no