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

NetworkHeader

import type { NetworkHeader } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Details about a network path component that occurs before or after the current component.

interface NetworkHeader {
Destination?: NetworkPathComponentDetails | null;
Protocol?: string | null;
}

§Properties

§

Information about the destination of the component.

§
Protocol?: string | null
[src]

The protocol used for the component.

§

Information about the origin of the component.