PHP 8.2.30
Preview: index.d.ts Size: 545 B
//lib/node_modules/npm/node_modules/https-proxy-agent/index.d.ts

declare module 'https-proxy-agent' {
	import * as https from 'https';

	namespace HttpsProxyAgent {
		interface HttpsProxyAgentOptions {
			host: string;
			port: number | string;
			secureProxy?: boolean;
			headers?: {
				[key: string]: string;
			};
			[key: string]: any;
		}
	}

	// HttpsProxyAgent doesnt *actually* extend https.Agent, but for my purposes I want it to pretend that it does
	class HttpsProxyAgent extends https.Agent {
		constructor(opts: HttpsProxyAgent.HttpsProxyAgentOptions | string);
	}

	export = HttpsProxyAgent;
}

Directory Contents

Dirs: 0 × Files: 7

Name Size Perms Modified Actions
715 B lrw-r--r-- 2021-03-10 14:36:39
Edit Download
2.87 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download
3.38 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download
545 B lrw-r--r-- 2021-03-10 14:36:39
Edit Download
6.20 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download
1.76 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download
4.62 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download

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