/var/www/greso.tech/server/nsm/node_modules/https-proxy-agent/dist
NameSizeModeActions
agent.d.ts11260644editdlrm
agent.js78410644editdlrm
agent.js.map43670644editdlrm
index.d.ts9700644editdlrm
index.js5790644editdlrm
index.js.map3620644editdlrm
parse-proxy-response.d.ts2330644editdlrm
parse-proxy-response.js24600644editdlrm
parse-proxy-response.js.map19040644editdlrm
Edit: /var/www/greso.tech/server/nsm/node_modules/https-proxy-agent/dist/index.d.ts (970B)
/// 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> { } export type HttpsProxyAgent = _HttpsProxyAgent; export const HttpsProxyAgent: typeof _HttpsProxyAgent; export {}; } export = createHttpsProxyAgent;