Skip to content

CliProxySettings

@tsed/cli-core

Usage

typescript
import { CliProxySettings } from "@tsed/cli-core";

See /packages/cli-core/src/services/CliProxyAgent.ts.

Overview

ts
interface CliProxySettings {
    url: string;
    strictSsl: boolean;
}

url

ts
url: string;

strictSsl

ts
strictSsl: boolean;

Released under the MIT License.