mdcat-http-reqwest 2.0.4

Reqwest-based HTTP resource handler for mdcat
Documentation
# mdcat-http-reqwest

[![Crates.io](https://img.shields.io/crates/v/mdcat-http-reqwest)](https://crates.io/crates/mdcat-http-reqwest)
[![docs.rs](https://img.shields.io/docsrs/mdcat-http-reqwest)](https://docs.rs/mdcat-http-reqwest)

HTTP resource handler for [`pulldown-cmark-mdcat`](https://docs.rs/pulldown-cmark-mdcat)
based on [reqwest](https://docs.rs/reqwest).

## License

Copyright Sebastian Wiesner <sebastian@swsnr.de>

Binaries are subject to the terms of the Mozilla Public
License, v. 2.0, see [LICENSE](LICENSE).

Most of the source is subject to the terms of the Mozilla Public
License, v. 2.0, see [LICENSE](LICENSE), unless otherwise noted;
some files are subject to the terms of the Apache 2.0 license,
see <http://www.apache.org/licenses/LICENSE-2.0>