hjr3 / weldr

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

Fix for #90 - Add stats to management api #117

Open maniankara opened 7 years ago

maniankara commented 7 years ago

Also added tests.

hjr3 commented 7 years ago

Thank you for working on this. I was traveling so it took me a few days to get back to you. I just saw your questions on issue #90 as well.

There is a lot of copy/paste on the API part. I do not think it is ideal, but I also do not see a better abstraction yet.

maniankara commented 7 years ago

@hjr3 Alright! Very true, the idea between the workers and managers. I will try to re-implement something and get back.