Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);
});

About

Node XMLHttpRequest proxy

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages