HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1780863/root/usr/share/node_modules/https-proxy-agent/dist/
Upload File :
Current File : //proc/1780863/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>;