You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					15 lines
				
				566 B
			
		
		
			
		
	
	
					15 lines
				
				566 B
			| 
											3 years ago
										 | "use strict"; | ||
|  | var __importDefault = (this && this.__importDefault) || function (mod) { | ||
|  |     return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
|  | }; | ||
|  | Object.defineProperty(exports, "__esModule", { value: true }); | ||
|  | const https_1 = __importDefault(require("https")); | ||
|  | const http_1 = __importDefault(require("./http")); | ||
|  | /** | ||
|  |  * Returns a Readable stream from an "https:" URI. | ||
|  |  */ | ||
|  | function get(parsed, opts) { | ||
|  |     return http_1.default(parsed, Object.assign(Object.assign({}, opts), { http: https_1.default })); | ||
|  | } | ||
|  | exports.default = get; | ||
|  | //# sourceMappingURL=https.js.map
 |