DIR: /proc/1991111/root/usr/share/node_modules/https-proxy-agent/dist/ |
Current File : //proc/1991111/root/usr/share/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts |
/// <reference types="node" /> /// <reference types="node" /> import { Readable } from 'stream'; export interface ProxyResponse { statusCode: number; buffered: Buffer; } export default function parseProxyResponse(socket: Readable): Promise<ProxyResponse>; |