ACIL FM
Dark
Refresh
Current DIR:
/lib/node_modules/npm/node_modules/https-proxy-agent/dist
/
lib
node_modules
npm
node_modules
https-proxy-agent
dist
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
agent.d.ts
1.1 MB
chmod
View
DL
Edit
Rename
Delete
agent.js
7.66 MB
chmod
View
DL
Edit
Rename
Delete
agent.js.map
4.26 MB
chmod
View
DL
Edit
Rename
Delete
index.d.ts
970 B
chmod
View
DL
Edit
Rename
Delete
index.js
579 B
chmod
View
DL
Edit
Rename
Delete
index.js.map
362 B
chmod
View
DL
Edit
Rename
Delete
parse-proxy-response.d.ts
233 B
chmod
View
DL
Edit
Rename
Delete
parse-proxy-response.js
2.4 MB
chmod
View
DL
Edit
Rename
Delete
parse-proxy-response.js.map
1.86 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /lib/node_modules/npm/node_modules/https-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 { 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;
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply