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

Pipe

import type { Pipe } from "https://googleapis.deno.dev/v1/trafficdirector:v3.ts";
interface Pipe {
mode?: number;
path?: string;
}

§Properties

§
mode?: number
[src]

The mode for the Pipe. Not applicable for abstract sockets.

§
path?: string
[src]

Unix Domain Socket path. On Linux, paths starting with '@' will use the abstract namespace. The starting '@' is replaced by a null byte by Envoy. Paths starting with '@' will result in an error in environments other than Linux.