UrielCh / http-proxy

Pure nodejs HTTP proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@u4/http-proxy

Finding a nodeJS simple HTTP service is an easy task. Code are old, fare from the current modern coding style. So I try to merge and upgrade diffrent nodeJS proxy, to have a modern one.

  • Using Promise
  • Using Event
  • Implemented in Typescript

Reference

https Proxy

The base code comming from: stackoverflow.com

http Proxy

The base code comming from: nodejs-proxy

/*
 * Created by Peter Krumins (peter@catonmat.net, @pkrumins on twitter)
 * www.catonmat.net -- good coders code, great coders reuse
 *
 * A simple proxy server written in node.js.
 *
 * imported from https://catonmat.net/http-proxy-in-nodejs
 * see https://github.com/pkrumins/nodejs-proxy
 */

About

Pure nodejs HTTP proxy

License:MIT License


Languages

Language:TypeScript 100.0%