Response
Represents a response from a CosmosAsync request.
interface Response { body: any; headers: Headers; status: number; uri?: string;}| Property | Type | Description |
|---|---|---|
body | Body | Parsed JSON response body. |
headers | Headers | Response headers. |
status | number | HTTP status code. |
uri | string | undefined | Request URI. |