hjr3 / weldr

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

Fix for #92 - Make health check uri path configurable #100

Closed maniankara closed 7 years ago

maniankara commented 7 years ago

Also added and fixed tests.

maniankara commented 7 years ago

I have made the conf borrowed as immut ref as I do not want to do .clone() Let me know your opinion on this.

hjr3 commented 7 years ago

I missed the notification on this. Thank you!