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

HttpOperationHttpRequest

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

An aggregation of HTTP requests.

interface HttpOperationHttpRequest {
headers?: {
[key: string]: HttpOperationHeader;
}
;
}

§Properties

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

Unordered map from header name to header metadata