Represents the response from a service request.
This interface defines the structure of a response object, including the result, status, status text, and headers.
Incoming HTTP headers from the server.
The actual result of the request.
HTTP status code of the response.
Human-readable description of the HTTP status code.
Represents the response from a service request.
Remarks
This interface defines the structure of a response object, including the result, status, status text, and headers.