hjr3 / weldr

A HTTP 1.1 proxy written in Rust using tokio.
Apache License 2.0
218 stars 20 forks source link

Possibility to start multiple test-servers #88

Open maniankara opened 7 years ago

maniankara commented 7 years ago

Hi, for this: #76, we need to have the possibility to run test-server in different ports (locally). Parameter-izing the port with a default port would suffice. Then, one could run ./test-server => starts test-server in 12345 ./test-server 8082=> starts test-server in 8082 etc.