Handles an abnormal response when sending a HTTP request.
A simple rule must be followed, if you modify the request object in a way that the abnormal response can
be resolved, you must return true.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page documents the `IHttpUnsuccessfulResponseHandler` interface, which is designed to handle abnormal HTTP responses during HTTP requests."],["The interface's primary method, `HandleResponseAsync`, allows modification of the request object to resolve abnormal responses, returning `true` if changes were made that require resending the request."],["The `HandleResponseAsync` method requires `HandleUnsuccessfulResponseArgs` as a parameter, providing information about the request, response, and the current failed attempt."],["The latest version of the `IHttpUnsuccessfulResponseHandler` interface is 1.69.0, with other versions available such as 1.68.0, 1.60.0, 1.59.0, 1.55.0 and 1.50.0."]]],[]]