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

Header

import type { Header } from "https://googleapis.deno.dev/v1/cloudtasks:v2.ts";

Defines a header message. A header can have a key and a value.

interface Header {
key?: string;
value?: string;
}

§Properties

§
key?: string
[src]

The Key of the header.

§
value?: string
[src]

The Value of the header.