WLyKan / http-proxy

simple http-proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

http-proxy

simple http-proxy

how to use

proxy server

npm start
# gen ssl cert
npm run cert

dist server

npx http-server ./app -p 5000 -P http://localhost:3000/
# or
npx http-server ./app -p 5000 -P http://localhost:3000/ -S -C ./path/to/cert.pem -K ./path/to/key.pem

About

simple http-proxy

License:MIT License


Languages

Language:JavaScript 100.0%