UNPKG

@gatling.io/cli

Version:

Gatling JS is a JavaScript/TypeScript interface for the [Gatling load testing tool](https://gatling.io/).

7 lines (6 loc) 174 B
export interface ProxyConfiguration { proxyUrl?: URL; httpsProxyUrl?: URL; noProxyHosts: string[]; } export declare const proxyConfiguration: ProxyConfiguration;