Normalized HTTP response returned by the AzureSDK pipeline.
Summary
Functions
Builds a response from a Req response.
Returns true when the response indicates success (2xx).
Types
@type t() :: %AzureSDK.Core.Response{ body: binary() | nil, headers: map(), request: AzureSDK.Core.Request.t() | nil, status: non_neg_integer() }
Functions
@spec from_req(Req.Response.t(), AzureSDK.Core.Request.t() | nil) :: t()
Builds a response from a Req response.
Returns true when the response indicates success (2xx).