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 `IHttpUnsuccessfulResponseHandler` interface includes a method named `HandleResponseAsync`, which is invoked when an abnormal HTTP response is received."],["The `HandleResponseAsync` method takes `HandleUnsuccessfulResponseArgs` as an argument and returns a boolean task indicating whether the request should be resent after any potential modification by the handler."],["The content is versioned, and this page presents information from version 1.55.0, but also provides links to other version pages, up to the latest 1.69.0 version."]]],[]]