Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

HttpOperationHttpResponse

import type { HttpOperationHttpResponse } from "https://googleapis.deno.dev/v1/apim:v1alpha.ts";

An aggregation of HTTP responses.

interface HttpOperationHttpResponse {
headers?: {
[key: string]: HttpOperationHeader;
}
;
responseCodes?: {
[key: string]: bigint;
}
;
}

§Properties

§
headers?: {
[key: string]: HttpOperationHeader;
}
[src]

Unordered map from header name to header metadata

§
responseCodes?: {
[key: string]: bigint;
}
[src]

Map of status code to observed count