Appearance
Documentation / local-testing-binary / ProxyParams
Interface: ProxyParams<DefaultProxyPort>
Defined in: local-testing-binary/src/local-testing-binary-options.ts:192
Type Parameters
| Type Parameter |
|---|
DefaultProxyPort extends number |
Properties
| Property | Type | Defined in |
|---|---|---|
auth? | object | local-testing-binary/src/local-testing-binary-options.ts:198 |
auth.password | string | local-testing-binary/src/local-testing-binary-options.ts:200 |
auth.username | string | local-testing-binary/src/local-testing-binary-options.ts:199 |
host | string | local-testing-binary/src/local-testing-binary-options.ts:194 |
port? | number | DefaultProxyPort | local-testing-binary/src/local-testing-binary-options.ts:195 |
rootCA? | { useSystem: boolean; } | { path: string; } | local-testing-binary/src/local-testing-binary-options.ts:203 |