uupaa.nodeproxy.js

0.1.3 • Public • Published

NodeProxy.js Build Status

npm

XMLHttpRequest Proxy for Node.js

Document

How to use

Node.js

var NodeProxy = require("lib/NodeProxy.js");

var proxy = new NodeProxy();

proxy.get("./index.html", function(error, responseText, xhr) {
    console.log(responseText);
});

Package Sidebar

Install

npm i uupaa.nodeproxy.js

Weekly Downloads

0

Version

0.1.3

License

MIT

Last publish

Collaborators

  • uupaa