Sha256: 67918f0ddd6271a88574dfe495942f4a6e982b9c3c1a2ce14c273f103691394d

Contents?: true

Size: 970 Bytes

Versions: 59

Compression:

Stored size: 970 Bytes

Contents

/// <reference types="node" />
import net from 'net';
import tls from 'tls';
import { Url } from 'url';
import { AgentOptions } from 'agent-base';
import { OutgoingHttpHeaders } from 'http';
import _HttpsProxyAgent from './agent';
declare function createHttpsProxyAgent(opts: string | createHttpsProxyAgent.HttpsProxyAgentOptions): _HttpsProxyAgent;
declare namespace createHttpsProxyAgent {
    interface BaseHttpsProxyAgentOptions {
        headers?: OutgoingHttpHeaders;
        secureProxy?: boolean;
        host?: string | null;
        path?: string | null;
        port?: string | number | null;
    }
    export interface HttpsProxyAgentOptions extends AgentOptions, BaseHttpsProxyAgentOptions, Partial<Omit<Url & net.NetConnectOpts & tls.ConnectionOptions, keyof BaseHttpsProxyAgentOptions>> {
    }
    export type HttpsProxyAgent = _HttpsProxyAgent;
    export const HttpsProxyAgent: typeof _HttpsProxyAgent;
    export {};
}
export = createHttpsProxyAgent;

Version data entries

59 entries across 59 versions & 3 rubygems

Version Path
immosquare-cleaner-0.1.60 node_modules/https-proxy-agent/dist/index.d.ts
immosquare-cleaner-0.1.59 node_modules/https-proxy-agent/dist/index.d.ts
immosquare-cleaner-0.1.58 node_modules/https-proxy-agent/dist/index.d.ts
immosquare-cleaner-0.1.57 node_modules/https-proxy-agent/dist/index.d.ts
immosquare-cleaner-0.1.56 node_modules/https-proxy-agent/dist/index.d.ts
immosquare-cleaner-0.1.55 node_modules/https-proxy-agent/dist/index.d.ts
immosquare-cleaner-0.1.54 node_modules/https-proxy-agent/dist/index.d.ts
immosquare-cleaner-0.1.53 node_modules/https-proxy-agent/dist/index.d.ts
immosquare-cleaner-0.1.52 node_modules/https-proxy-agent/dist/index.d.ts
immosquare-cleaner-0.1.51 node_modules/https-proxy-agent/dist/index.d.ts
immosquare-cleaner-0.1.50 node_modules/https-proxy-agent/dist/index.d.ts
immosquare-cleaner-0.1.49 node_modules/https-proxy-agent/dist/index.d.ts
immosquare-cleaner-0.1.48 node_modules/https-proxy-agent/dist/index.d.ts
immosquare-cleaner-0.1.47 node_modules/https-proxy-agent/dist/index.d.ts
immosquare-cleaner-0.1.46 node_modules/https-proxy-agent/dist/index.d.ts
immosquare-cleaner-0.1.45 node_modules/https-proxy-agent/dist/index.d.ts
immosquare-cleaner-0.1.44 node_modules/https-proxy-agent/dist/index.d.ts
immosquare-cleaner-0.1.43 node_modules/https-proxy-agent/dist/index.d.ts
immosquare-cleaner-0.1.42 node_modules/https-proxy-agent/dist/index.d.ts
immosquare-cleaner-0.1.41 node_modules/https-proxy-agent/dist/index.d.ts