Buckets:
arudradey/ml-cpu-storage / emsdk /upstream /emscripten /node_modules /clean-css /lib /options /inline-request.js
| var url = require('url'); | |
| var override = require('../utils/override'); | |
| function inlineRequestFrom(option) { | |
| return override( | |
| /* jshint camelcase: false */ | |
| proxyOptionsFrom(process.env.HTTP_PROXY || process.env.http_proxy), | |
| option || {} | |
| ); | |
| } | |
| function proxyOptionsFrom(httpProxy) { | |
| return httpProxy | |
| ? { | |
| hostname: url.parse(httpProxy).hostname, | |
| port: parseInt(url.parse(httpProxy).port) | |
| } | |
| : {}; | |
| } | |
| module.exports = inlineRequestFrom; | |
Xet Storage Details
- Size:
- 476 Bytes
- Xet hash:
- 24ac8cd4d572a27d5e5f29416e5d438e40dbde6e3e257239fb18d6b645083f3d
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.