source:
frontend/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts
| Last change on this file was 9af201e, checked in by , 11 days 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.
