/** * Module dependencies. */ var http = require('./http'); var https = require('https'); /** * Module exports. */ module.exports = get; /** * Returns a Readable stream from an "https:" URI. * * @api protected */ function get (parsed, opts, fn) { opts.http = https; http(parsed, opts, fn); }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.github | Folder | 0755 |
|
|
node_modules | Folder | 0755 |
|
|
test | Folder | 0755 |
|
|
History.md | File | 3.58 KB | 0644 |
|
README.md | File | 5.42 KB | 0644 |
|
data.js | File | 1.38 KB | 0644 |
|
file.js | File | 1.91 KB | 0644 |
|
ftp.js | File | 3.1 KB | 0644 |
|
http.js | File | 6.38 KB | 0644 |
|
https.js | File | 310 B | 0644 |
|
index.js | File | 1.83 KB | 0644 |
|
notfound.js | File | 565 B | 0644 |
|
notmodified.js | File | 598 B | 0644 |
|
package.json | File | 3.7 KB | 0644 |
|