// SPDX-FileCopyrightText: 2026 Slatian <baschdel@disroot.org>
//
// SPDX-License-Identifier: AGPL-3.0-or-later
use crateUnicodeLanguageIdentifier;
use crateHumusFormatIdentifier;
/// Provides context from the query for use in the [crate::HumusEngine].
///
/// Its main job is the provide the requested format
/// and the preferred language so that the Engine knows
/// which output to produce.
///
/// For a default implementation see [TemplateSetting][crate::middleware::TemplateSetting].