Interface PathSettings

interface PathSettings {
    delay?: number;
    exact?: true;
    proxy?: string;
    proxyOptions?: RequestOptions;
}

Hierarchy (View Summary)

Properties

delay?: number

Method-level delay (in milliseconds)

exact?: true

If true, will not parse route as regex

proxy?: string

If set, will proxy all requests to the target

proxyOptions?: RequestOptions

Options to pass through proxy