source:
trip-planner-front/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts@
188ee53
Last change on this file since 188ee53 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 233 bytes |
Line | |
---|---|
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.