A server that proxy HTTP requests and stream the responses in chunks of a specific size.
The implementation is based on hyperreverseproxy.
The available command line arguments:
```
USAGE:
scrooge [OPTIONS]
FLAGS: --help Prints help information -V, --version Prints version information
OPTIONS:
-h, --host
ARGS:
Sample configuration file:
upstream_url = "http://127.0.0.1:8888"
utf8_body_limit = "1MB"