hjr3 / weldr

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

Add a configuration file #95

Open hjr3 opened 7 years ago

hjr3 commented 7 years ago

I have been kicking this can down the road for a while. It is starting to become an issue that we do not have a configuration file.

The first bikeshed is the file format. There are a few options:

Given that the Rust community is rallying around toml, I am likely to pick that. Especially since we are supporting mostly key/value pairs.