File Explorer UI Release
> Requires Rust: rustc 1.49.0 (e1884a8e3 2020-12-29)
Breaking Changes
* Replace `-a`, `--address` with `-h` or `--host` for host address
* Replace `-h` with `--help` for Help
Features
* Add support for loading configuration from TOML file by specifying `--config [FILE]`.
An example of this file is available here [Example](https://github.com/EstebanBorai/http-server/blob/main/fixtures/config.toml)
* File Explorer with rich UI
Improvements
* Use `hyper-rs` server for backend
* Serve static files using `hyper_staticfile`
* Upgrade `tokio-rs` to version 1
Fixes
* Caching issue caused because HTTP response headers doesn't include `ETag`