source:
trip-planner-front/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts
Last change on this file was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 233 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 1 | /// <reference types="node" /> |
2 | import { Readable } from 'stream'; | |
3 | export interface ProxyResponse { | |
4 | statusCode: number; | |
5 | buffered: Buffer; | |
6 | } | |
7 | export default function parseProxyResponse(socket: Readable): Promise<ProxyResponse>; |
Note:
See TracBrowser
for help on using the repository browser.