Viewing File: /usr/share/nodejs/https-proxy-agent/dist/parse-proxy-response.d.ts

/// <reference types="node" />
import { Readable } from 'stream';
export interface ProxyResponse {
    statusCode: number;
    buffered: Buffer;
}
export default function parseProxyResponse(socket: Readable): Promise<ProxyResponse>;
Back to Directory File Manager