A custom pattern is used for defining custom HTTP verb.

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

Properties

Properties

kind: string

The name of this custom HTTP verb.

path: string

The path matched by this custom verb.

Generated using TypeDoc