HttpResponseRecord

PackageAxial.HttpClient
The complete response transcript for one HTTP exchange.

Fields

NameTypeDescription
StatusCodeStatusCodeThe numeric response status code.
ReasonPhraseReasonPhraseThe reason phrase supplied by the server, or an empty string.
HeadersHeadersResponse and content headers, in arrival order.
BodyBodyThe exact response body bytes.
TextTextThe response body decoded with the response charset (UTF-8 when unspecified).
RequestRequestThe redacted request line, such as <c>GET https://api.example.com/users/***</c>.
StartedAtStartedAtWhen the request started.
DurationDurationTotal exchange duration including body download.