hjr3 / weldr

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

Fix for #93 - Make health check timer configurable #99

Closed maniankara closed 7 years ago

maniankara commented 7 years ago

There is temporary ConfFile struct which defines timeout. Also added and fixed tests

hjr3 commented 7 years ago

Great! This introduces the Conf object that we can start building on.