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

CustomHttpPattern

import type { CustomHttpPattern } from "https://googleapis.deno.dev/v1/serviceconsumermanagement:v1.ts";

A custom pattern is used for defining custom HTTP verb.

interface CustomHttpPattern {
kind?: string;
path?: string;
}

§Properties

§
kind?: string
[src]

The name of this custom HTTP verb.

§
path?: string
[src]

The path matched by this custom verb.