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/agent.d.ts
/// <reference types="node" /> import net from 'net'; import { Agent, ClientRequest, RequestOptions } from 'agent-base'; import { HttpsProxyAgentOptions } from '.'; /** * The `HttpsProxyAgent` implements an HTTP Agent subclass that connects to * the specified "HTTP(s) proxy server" in order to proxy HTTPS requests. * * Outgoing HTTP requests are first tunneled through the proxy server using the * `CONNECT` HTTP request method to establish a connection to the proxy server, * and then the proxy server connects to the destination target and issues the * HTTP request from the proxy server. * * `https:` requests have their socket connection upgraded to TLS once * the connection to the proxy server has been established. * * @api public */ export default class HttpsProxyAgent extends Agent { private secureProxy; private proxy; constructor(_opts: string | HttpsProxyAgentOptions); /** * Called when the node-core HTTP client library is creating a * new HTTP request. * * @api protected */ callback(req: ClientRequest, opts: RequestOptions): Promise<net.Socket>; }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply