Updated readMe to have all GitHubs
This commit is contained in:
7
ProjectSourceCode/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts
generated
vendored
7
ProjectSourceCode/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts
generated
vendored
@@ -1,7 +0,0 @@
|
||||
/// <reference types="node" />
|
||||
import { Readable } from 'stream';
|
||||
export interface ProxyResponse {
|
||||
statusCode: number;
|
||||
buffered: Buffer;
|
||||
}
|
||||
export default function parseProxyResponse(socket: Readable): Promise<ProxyResponse>;
|
||||
Reference in New Issue
Block a user