ACIL FM
Dark
Refresh
Current DIR:
/lib/node_modules/npm/node_modules/http-proxy-agent/dist
/
lib
node_modules
npm
node_modules
http-proxy-agent
dist
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
agent.d.ts
941 B
chmod
View
DL
Edit
Rename
Delete
agent.js
6.45 MB
chmod
View
DL
Edit
Rename
Delete
agent.js.map
3.69 MB
chmod
View
DL
Edit
Rename
Delete
index.d.ts
872 B
chmod
View
DL
Edit
Rename
Delete
index.js
571 B
chmod
View
DL
Edit
Rename
Delete
index.js.map
359 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /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;
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply