Optionalconfig
Request configuration that produced this response.
Response payload.
Optionalheaders
Lazy response header reader.
Optionalsource
Backend that produced the response.
Optionalstale
Whether the returned cached value may be older than the remote source.
Optionalstatus
Numeric HTTP status code. Non-2xx statuses reject the promise.
Optionalstatus
Native status text such as OK or
Not Found.
OptionalxhrTransport completion status. Useful for distinguishing timeout, abort, and network errors.
Response shape returned by RestBackend implementations.
HTTP-backed responses may include the usual HttpResponse metadata, while local or cached backends can return only
dataplus optional cache source metadata.