simple-http-proxy-server
v1.1.0
Published
Simple proxy server. It tosses all requests without changes.
Downloads
10
Maintainers
Readme
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.
