Skip to main content

version_headers_middleware

Function version_headers_middleware 

Source
pub(crate) async fn version_headers_middleware(
    req: Request,
    next: Next,
) -> Response
Expand description

Axum 中间件:为所有响应附加 Server / X-Yggdrasil-Version / X-Yggdrasil-Git 头。 数据源与启动日志 log_build_info() 同源(crate::build_info::BUILD_INFO)。 受 EXPOSE_VERSION_HEADERS 控制——该开关在 main.rs 决定是否挂载本层。