request-proxy

0.2.4 • Public • Published

request-proxy

A version of request that's local to a fixed base uri

Example

var RequestProxy = require("request-proxy")
 
var request = RequestProxy({
  host: "localhost",
  port: 8080
})
 
// requesting to http://localhost:8080/foo
request("/foo", function (err, res, body) {
  /* do stuff */
})

Installation

npm install request-proxy

Contributors

  • Raynos
  • pluma

MIT Licenced

Dependencies (2)

Dev Dependencies (2)

Package Sidebar

Install

npm i request-proxy

Weekly Downloads

3

Version

0.2.4

License

none

Last publish

Collaborators

  • raynos