0.0.7 • Published 7 years ago

http-redirect v0.0.7

Weekly downloads
20
License
-
Repository
-
Last release
7 years ago

http-redirect

(c)Bumblehead, 2012,2013 MIT-license

OVERVIEW:

proxy or redirect requests to an ip-address or url


INSTALL:

objobjwalk may be downloaded directly or installed through npm.

  • npm

    $ npm install http-redirect
  • Direct Download

    $ git clone https://github.com/iambumblehead/http-redirect.git
    $ cd http-redirect && npm install

GET STARTED:

Use http-redirect with express. Request a page on localhost:12345.

var express = require('express'),
    HTTPRedirect = require('http-redirect'),
    app = express();

HTTPRedirect.addExpressProxy(app, 'www.cryptogon.com', 80);
app.listen(12345);

console.log('begin proxy';)
0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago