simple cache-warming via sitemap

This small command line tool can be used to warm CDNs or website caches, based on a sitemap.

``` USAGE: heater [OPTIONS]

FLAGS: -h, --help Prints help information -V, --version Prints version information

OPTIONS: --header ... header variation

ARGS: sitemap URL ```

installation

For now, it can be simply installed globally via cargo install heater.

examples

debugging

setting RUST_LOG=debug enables some debugging output.