//! Range error handling example.
//!
//! Setup for this example:
//!
//! From the root of the project:
//! ```not_rust
//! mkdir -p examples/miniserve
//! cd examples/miniserve
//! curl -sLO http://212.183.159.230/5MB.zip
//! miniserve .
//! ```
//! Run with:
//!
//! ```not_rust
//! cargo run -q --example range-error-handling
//! ```
//!
//! Miniserve is a utility written in rust to serve files over HTTP:
//! https://github.com/svenstaro/miniserve
use PathBuf;
use ;
async