//! Minimal Server Example
//! =================
//!
//! Start the server:
//! ```
//! $ cargo run --package servlin --example minimal
//! Finished dev [unoptimized + debuginfo] target(s) in 0.04s
//! Running `target/debug/examples/minimal`
//! ^C
//! ```
//!
//! Make a request to it:
//! ```
//! $ curl http://127.0.0.1:8000/
//! not found
//! ```
use ;
use ;