Current Path: > > lib > node_modules > npm > node_modules > duplexify > >
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
node_modules | Directory | - | - | |
.travis.yml | File | 65 bytes | March 10 2021 14:36:36. | |
LICENSE | File | 1078 bytes | March 10 2021 14:36:36. | |
README.md | File | 2698 bytes | March 10 2021 14:36:36. | |
example.js | File | 370 bytes | March 10 2021 14:36:36. | |
index.js | File | 5861 bytes | March 10 2021 14:36:36. | |
package.json | File | 1876 bytes | March 10 2021 14:36:36. | |
test.js | File | 6041 bytes | March 10 2021 14:36:36. |
var duplexify = require('duplexify') var http = require('http') var request = function(opts) { var req = http.request(opts) var dup = duplexify() dup.setWritable(req) req.on('response', function(res) { dup.setReadable(res) }) return dup } var req = request({ method: 'GET', host: 'www.google.com', port: 80 }) req.end() req.pipe(process.stdout)
SILENT KILLER Tool