1.1.0 • Published 5 years ago

simple-http-proxy-server v1.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

Description

Simple proxy server. It tosses all requests without changes and log them into console.

GitHub: https://github.com/KovalevichTimofei/SimpleProxyServer

How to use

shps host port changeOrigin

host - host and port of the target server. For example http://localhost:3000.

port - port of the your proxy-server. For example 8000.

changeOrigin - set true if your target server works through https.