PHP 8.2.30
Preview: index.d.ts Size: 872 B
/opt/alt/alt-nodejs16/root/lib/node_modules/npm/node_modules/http-proxy-agent/dist/index.d.ts

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

Directory Contents

Dirs: 0 × Files: 6

Name Size Perms Modified Actions
941 B lrw-r--r-- 2026-03-09 06:51:27
Edit Download
6.45 KB lrw-r--r-- 2026-03-09 06:51:27
Edit Download
3.69 KB lrw-r--r-- 2026-03-09 06:51:27
Edit Download
872 B lrw-r--r-- 2026-03-09 06:51:27
Edit Download
571 B lrw-r--r-- 2026-03-09 06:51:27
Edit Download
359 B lrw-r--r-- 2026-03-09 06:51:27
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).