Skip to content

Response

Represents a response from a CosmosAsync request.

interface Response {
body: any;
headers: Headers;
status: number;
uri?: string;
}
PropertyTypeDescription
bodyBodyParsed JSON response body.
headersHeadersResponse headers.
statusnumberHTTP status code.
uristring | undefinedRequest URI.