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

PathOverride

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

PathOverride. Path message defines path override for HTTP targets.

interface PathOverride {
path?: string;
}

§Properties

§
path?: string
[src]

The URI path (e.g., /users/1234). Default is an empty string.