Your IP : 216.73.217.13


Current Path : /proc/thread-self/root/lib/node_modules/pm2/node_modules/get-uri/dist/
Upload File :
Current File : //proc/thread-self/root/lib/node_modules/pm2/node_modules/get-uri/dist/https.d.ts

/// <reference types="node" />
import { Readable } from 'stream';
import { UrlWithStringQuery } from 'url';
import { HttpOptions } from './http';
/**
 * Returns a Readable stream from an "https:" URI.
 */
export default function get(parsed: UrlWithStringQuery, opts: HttpOptions): Promise<Readable>;