//! A developer-friendly, featherlight and functional HTTP(S) mock server
//! built in Rust, based on [hyper](https://hyper.rs/) and [tokio](https://tokio.rs/).
use App;
use EnvArgs;
use AppResult;
/// Build the app (default feature).
///
/// Returns an `AppResult` so that configuration or startup errors become
/// typed, formatted messages rather than panics. See `core::error` for
/// rationale.
pub async
use Sender;
/// Build the app under the `spawn` feature.
///
/// - `spawn_tx`: channel to forward log output to the embedding process.
/// - `includes_ansi_codes`: if `true`, forwarded log lines retain ANSI
/// colour escapes.
pub async